#810CCE

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

Shades of Dark Violet #810CCE

Tints of Dark Violet #810CCE

Color information

#810CCE (or 0x810CCE) is unknown color: approx Dark Violet. HEX triplet: 81, 0C and CE. RGB value is (129,12,206). Sum of RGB (Red+Green+Blue) = 129+12+206=347 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.18% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 206 (80.86% from 255 or 59.37% from 347); Max value from RGB is 206 - color contains mainly: blue. Hex color #810CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CCE is #7EF331. Grayscale: #444444. Windows color (decimal): -8319794 or 13503617. OLE color: 13503617.

HSL color Cylindrical-coordinate representation of color #810CCE: hue angle of 276.19º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #810CCE is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12912206-
CMYK0.370.9400.19
HSL276.19º88.99%42.75%-
HSV(B)276.19º94.17%80.78%-
XYZ20.339.3959.13-
YUV69.1205.26170.73-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 37.18%
GREEN value IS 12 (5.08% from 255) = 3.46%
BLUE value IS 206 (80.86% from 255) = 59.37%
R=37.18%
G=3.46%
B=59.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal129122060.370.9400.19276.1988.9942.75
Hex81CCE255E013114592b
Octal201143164513602342413153
Binary1000000111001100111010010110111100100111000101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,12,206); }

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

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

 a { background-color: rgb(129,12,206); }

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

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

 span { border-color: rgb(129,12,206); }

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