#810EB0

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

Shades of Dark Violet #810EB0

Tints of Dark Violet #810EB0

Color information

#810EB0 (or 0x810EB0) is unknown color: approx Dark Violet. HEX triplet: 81, 0E and B0. RGB value is (129,14,176). Sum of RGB (Red+Green+Blue) = 129+14+176=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 176 (69.14% from 255 or 55.17% from 319); Max value from RGB is 176 - color contains mainly: blue. Hex color #810EB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810EB0 is #7EF14F. Grayscale: #424242. Windows color (decimal): -8319312 or 11538049. OLE color: 11538049.

HSL color Cylindrical-coordinate representation of color #810EB0: hue angle of 282.59º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #810EB0 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB12914176-
CMYK0.270.9200.31
HSL282.59º85.26%37.25%-
HSV(B)282.59º92.05%69.02%-
XYZ17.058.1241.74-
YUV66.85189.6172.33-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 14 (5.86% from 255) = 4.39%
BLUE value IS 176 (69.14% from 255) = 55.17%
R=40.44%
G=4.39%
B=55.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129141760.270.9200.31282.5985.2637.25
Hex81EB01B5C01F11b5525
Octal201162603313403743312545
Binary100000011110101100001101110111000111111000110111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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