#810ECC

Color #810ECC Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #810ECC

Tints of Dark Violet #810ECC

Color information

#810ECC (or 0x810ECC) is unknown color: approx Dark Violet. HEX triplet: 81, 0E and CC. RGB value is (129,14,204). Sum of RGB (Red+Green+Blue) = 129+14+204=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 204 (80.08% from 255 or 58.79% from 347); Max value from RGB is 204 - color contains mainly: blue. Hex color #810ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ECC is #7EF133. Grayscale: #454545. Windows color (decimal): -8319284 or 13373057. OLE color: 13373057.

HSL color Cylindrical-coordinate representation of color #810ECC: hue angle of 276.32º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810ECC is Cyan = 0.37, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12914204-
CMYK0.370.9300.2
HSL276.32º87.16%42.75%-
HSV(B)276.32º93.14%80%-
XYZ20.119.3457.87-
YUV70.04203.6170.05-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 14 (5.86% from 255) = 4.03%
BLUE value IS 204 (80.08% from 255) = 58.79%
R=37.18%
G=4.03%
B=58.79%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal129142040.370.9300.2276.3287.1642.75
Hex81ECC255D014114572b
Octal201163144513502442412753
Binary1000000111101100110010010110111010101001000101001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #810ECC; }

 p { color: rgb(129,14,204); }

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

<style>
 a { background-color: #810ECC; }

 a { background-color: rgb(129,14,204); }

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

<style>
 span { border-color: #810ECC; }

 span { border-color: rgb(129,14,204); }

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