#810CD0

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

Shades of Dark Violet #810CD0

Tints of Dark Violet #810CD0

Color information

#810CD0 (or 0x810CD0) is unknown color: approx Dark Violet. HEX triplet: 81, 0C and D0. RGB value is (129,12,208). Sum of RGB (Red+Green+Blue) = 129+12+208=349 (46% of max value = 765). Red value is 129 (50.78% from 255 or 36.96% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 208 (81.64% from 255 or 59.60% from 349); Max value from RGB is 208 - color contains mainly: blue. Hex color #810CD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810CD0 is #7EF32F. Grayscale: #444444. Windows color (decimal): -8319792 or 13634689. OLE color: 13634689.

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

Color convert

RGB12912208-
CMYK0.380.9400.18
HSL275.82º89.09%43.14%-
HSV(B)275.82º94.23%81.57%-
XYZ20.579.4860.42-
YUV69.33206.26170.56-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.96%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 208 (81.64% from 255) = 59.60%
R=36.96%
G=3.44%
B=59.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal129122080.380.9400.18275.8289.0943.14
Hex81CD0265E012114592b
Octal201143204613602242413153
Binary1000000111001101000010011010111100100101000101001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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