#8D39BF

Color #8D39BF Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #8D39BF

Tints of Dark Orchid #8D39BF

Color information

#8D39BF (or 0x8D39BF) is unknown color: approx Dark Orchid. HEX triplet: 8D, 39 and BF. RGB value is (141,57,191). Sum of RGB (Red+Green+Blue) = 141+57+191=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 57 (22.66% from 255 or 14.65% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #8D39BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D39BF is #72C640. Grayscale: #606060. Windows color (decimal): -7521857 or 12532109. OLE color: 12532109.

HSL color Cylindrical-coordinate representation of color #8D39BF: hue angle of 277.61º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8D39BF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14157191-
CMYK0.260.7000.25
HSL277.61º54.03%48.63%-
HSV(B)277.61º70.16%74.9%-
XYZ21.8512.3550.52-
YUV97.39180.83159.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 141 (55.47% from 255) = 36.25%
GREEN value IS 57 (22.66% from 255) = 14.65%
BLUE value IS 191 (75% from 255) = 49.10%
R=36.25%
G=14.65%
B=49.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal141571910.260.7000.25277.6154.0348.63
Hex8D39BF1A460191163631
Octal21571277321060314266661
Binary1000110111100110111111110101000110011001100010110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D39BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8D39BF; }

 p { color: rgb(141,57,191); }

 H1.HeaderClassName
 {
   color: #8D39BF;
 }
 .AnyTagClassName
 {
   color: #8D39BF;
 }
</style>
background-color css

<style>
 a { background-color: #8D39BF; }

 a { background-color: rgb(141,57,191); }

 div.DivClassName
 {
   background-color: #8D39BF;
 }
 .BgClassName
 {
   background-color: #8D39BF;
 }
</style>
border-color css

<style>
 span { border-color: #8D39BF; }

 span { border-color: rgb(141,57,191); }

 td.TdClassName
 {
   border-color: #8D39BF;
 }
 .TagClassName
 {
   border-color: #8D39BF;
 }
</style>