#862DB8

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

Shades of Dark Orchid #862DB8

Tints of Dark Orchid #862DB8

Color information

#862DB8 (or 0x862DB8) is unknown color: approx Dark Orchid. HEX triplet: 86, 2D and B8. RGB value is (134,45,184). Sum of RGB (Red+Green+Blue) = 134+45+184=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 45 (17.97% from 255 or 12.40% from 363); Blue value is 184 (72.27% from 255 or 50.69% from 363); Max value from RGB is 184 - color contains mainly: blue. Hex color #862DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DB8 is #79D247. Grayscale: #565656. Windows color (decimal): -7983688 or 12070278. OLE color: 12070278.

HSL color Cylindrical-coordinate representation of color #862DB8: hue angle of 278.42º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #862DB8 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13445184-
CMYK0.270.7600.28
HSL278.42º60.7%44.9%-
HSV(B)278.42º75.54%72.16%-
XYZ19.4210.4146.33-
YUV87.46182.49161.2-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 45 (17.97% from 255) = 12.40%
BLUE value IS 184 (72.27% from 255) = 50.69%
R=36.91%
G=12.40%
B=50.69%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal134451840.270.7600.28278.4260.744.9
Hex862DB81B4C01C1163d2d
Octal20655270331140344267555
Binary1000011010110110111000110111001100011100100010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862DB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #862DB8; }

 p { color: rgb(134,45,184); }

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

<style>
 a { background-color: #862DB8; }

 a { background-color: rgb(134,45,184); }

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

<style>
 span { border-color: #862DB8; }

 span { border-color: rgb(134,45,184); }

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