#862ABE

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

Shades of Dark Orchid #862ABE

Tints of Dark Orchid #862ABE

Color information

#862ABE (or 0x862ABE) is unknown color: approx Dark Orchid. HEX triplet: 86, 2A and BE. RGB value is (134,42,190). Sum of RGB (Red+Green+Blue) = 134+42+190=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 42 (16.80% from 255 or 11.48% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #862ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862ABE is #79D541. Grayscale: #555555. Windows color (decimal): -7984450 or 12462726. OLE color: 12462726.

HSL color Cylindrical-coordinate representation of color #862ABE: hue angle of 277.3º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #862ABE is Cyan = 0.29, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13442190-
CMYK0.290.7800.25
HSL277.3º63.79%45.49%-
HSV(B)277.3º77.89%74.51%-
XYZ19.9510.4449.68-
YUV86.38186.48161.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 42 (16.80% from 255) = 11.48%
BLUE value IS 190 (74.61% from 255) = 51.91%
R=36.61%
G=11.48%
B=51.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal134421900.290.7800.25277.363.7945.49
Hex862ABE1D4E019115402d
Octal206522763511603142510055
Binary10000110101010101111101110110011100110011000101011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,42,190); }

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

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

 a { background-color: rgb(134,42,190); }

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

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

 span { border-color: rgb(134,42,190); }

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