#862DB5

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

Shades of Dark Orchid #862DB5

Tints of Dark Orchid #862DB5

Color information

#862DB5 (or 0x862DB5) is unknown color: approx Dark Orchid. HEX triplet: 86, 2D and B5. RGB value is (134,45,181). Sum of RGB (Red+Green+Blue) = 134+45+181=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 45 (17.97% from 255 or 12.5% from 360); Blue value is 181 (71.09% from 255 or 50.28% from 360); Max value from RGB is 181 - color contains mainly: blue. Hex color #862DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862DB5 is #79D24A. Grayscale: #565656. Windows color (decimal): -7983691 or 11873670. OLE color: 11873670.

HSL color Cylindrical-coordinate representation of color #862DB5: hue angle of 279.26º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #862DB5 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13445181-
CMYK0.260.7500.29
HSL279.26º60.18%44.31%-
HSV(B)279.26º75.14%70.98%-
XYZ19.1110.2844.69-
YUV87.12180.99161.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 45 (17.97% from 255) = 12.5%
BLUE value IS 181 (71.09% from 255) = 50.28%
R=37.22%
G=12.5%
B=50.28%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal134451810.260.7500.29279.2660.1844.31
Hex862DB51A4B01D1173c2c
Octal20655265321130354277454
Binary1000011010110110110101110101001011011101100010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862DB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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