#862CBA

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

Shades of Dark Orchid #862CBA

Tints of Dark Orchid #862CBA

Color information

#862CBA (or 0x862CBA) is unknown color: approx Dark Orchid. HEX triplet: 86, 2C and BA. RGB value is (134,44,186). Sum of RGB (Red+Green+Blue) = 134+44+186=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #862CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862CBA is #79D345. Grayscale: #565656. Windows color (decimal): -7983942 or 12201094. OLE color: 12201094.

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

Color convert

RGB13444186-
CMYK0.280.7600.27
HSL278.03º61.74%45.1%-
HSV(B)278.03º76.34%72.94%-
XYZ19.610.4147.43-
YUV87.1183.82161.45-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 44 (17.58% from 255) = 12.09%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=36.81%
G=12.09%
B=51.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134441860.280.7600.27278.0361.7445.1
Hex862CBA1C4C01B1163e2d
Octal20654272341140334267655
Binary1000011010110010111010111001001100011011100010110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,44,186); }

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

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

 a { background-color: rgb(134,44,186); }

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

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

 span { border-color: rgb(134,44,186); }

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