#862EB9

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

Shades of Dark Orchid #862EB9

Tints of Dark Orchid #862EB9

Color information

#862EB9 (or 0x862EB9) is unknown color: approx Dark Orchid. HEX triplet: 86, 2E and B9. RGB value is (134,46,185). Sum of RGB (Red+Green+Blue) = 134+46+185=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 46 (18.36% from 255 or 12.60% from 365); Blue value is 185 (72.66% from 255 or 50.68% from 365); Max value from RGB is 185 - color contains mainly: blue. Hex color #862EB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #862EB9 is #79D146. Grayscale: #575757. Windows color (decimal): -7983431 or 12136070. OLE color: 12136070.

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

Color convert

RGB13446185-
CMYK0.280.7500.27
HSL277.99º60.17%45.29%-
HSV(B)277.99º75.14%72.55%-
XYZ19.5710.5346.9-
YUV88.16182.65160.7-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 46 (18.36% from 255) = 12.60%
BLUE value IS 185 (72.66% from 255) = 50.68%
R=36.71%
G=12.60%
B=50.68%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal134461850.280.7500.27277.9960.1745.29
Hex862EB91C4B01B1163c2d
Octal20656271341130334267455
Binary1000011010111010111001111001001011011011100010110111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #862EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,46,185); }

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

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

 a { background-color: rgb(134,46,185); }

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

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

 span { border-color: rgb(134,46,185); }

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