#851ec9

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

Shades of Dark Orchid #851EC9

Tints of Dark Orchid #851EC9

Color information

#851EC9 (or 0x851EC9) is unknown color: approx Dark Orchid. HEX triplet: 85, 1E and C9. RGB value is (133,30,201). Sum of RGB (Red+Green+Blue) = 133+30+201=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 30 (12.11% from 255 or 8.24% from 364); Blue value is 201 (78.91% from 255 or 55.22% from 364); Max value from RGB is 201 - color contains mainly: blue. Hex color #851EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851EC9 is #7AE136. Grayscale: #4F4F4F. Windows color (decimal): -8053047 or 13180549. OLE color: 13180549.

HSL color Cylindrical-coordinate representation of color #851EC9: hue angle of 276.14º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #851EC9 is Cyan = 0.34, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13330201-
CMYK0.340.8500.21
HSL276.14º74.03%45.29%-
HSV(B)276.14º85.07%78.82%-
XYZ20.6810.1356.12-
YUV80.29196.12165.6-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 30 (12.11% from 255) = 8.24%
BLUE value IS 201 (78.91% from 255) = 55.22%
R=36.54%
G=8.24%
B=55.22%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133302010.340.8500.21276.1474.0345.29
Hex851EC922550151144a2d
Octal205363114212502542411255
Binary10000101111101100100110001010101010101011000101001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #851ec9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #851ec9; }

 p { color: rgb(133,30,201); }

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

<style>
 a { background-color: #851ec9; }

 a { background-color: rgb(133,30,201); }

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

<style>
 span { border-color: #851ec9; }

 span { border-color: rgb(133,30,201); }

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