#810ECA

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

Shades of Dark Violet #810ECA

Tints of Dark Violet #810ECA

Color information

#810ECA (or 0x810ECA) is unknown color: approx Dark Violet. HEX triplet: 81, 0E and CA. RGB value is (129,14,202). Sum of RGB (Red+Green+Blue) = 129+14+202=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 14 (5.86% from 255 or 4.06% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #810ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ECA is #7EF135. Grayscale: #454545. Windows color (decimal): -8319286 or 13241985. OLE color: 13241985.

HSL color Cylindrical-coordinate representation of color #810ECA: hue angle of 276.7º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #810ECA is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12914202-
CMYK0.360.9300.21
HSL276.7º87.04%42.35%-
HSV(B)276.7º93.07%79.22%-
XYZ19.879.2556.61-
YUV69.82202.6170.21-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.39%
GREEN value IS 14 (5.86% from 255) = 4.06%
BLUE value IS 202 (79.30% from 255) = 58.55%
R=37.39%
G=4.06%
B=58.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal129142020.360.9300.21276.787.0442.35
Hex81ECA245D015115572a
Octal201163124413502542512752
Binary1000000111101100101010010010111010101011000101011010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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