#810DB1

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

Shades of Dark Violet #810DB1

Tints of Dark Violet #810DB1

Color information

#810DB1 (or 0x810DB1) is unknown color: approx Dark Violet. HEX triplet: 81, 0D and B1. RGB value is (129,13,177). Sum of RGB (Red+Green+Blue) = 129+13+177=319 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.44% from 319); Green value is 13 (5.47% from 255 or 4.08% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #810DB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #810DB1 is #7EF24E. Grayscale: #414141. Windows color (decimal): -8319567 or 11603329. OLE color: 11603329.

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

Color convert

RGB12913177-
CMYK0.270.9300.31
HSL282.44º86.32%37.25%-
HSV(B)282.44º92.66%69.41%-
XYZ17.138.1342.26-
YUV66.38190.43172.66-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.44%
GREEN value IS 13 (5.47% from 255) = 4.08%
BLUE value IS 177 (69.53% from 255) = 55.49%
R=40.44%
G=4.08%
B=55.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal129131770.270.9300.31282.4486.3237.25
Hex81DB11B5D01F11a5625
Octal201152613313503743212645
Binary100000011101101100011101110111010111111000110101010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,13,177); }

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

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

 a { background-color: rgb(129,13,177); }

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

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

 span { border-color: rgb(129,13,177); }

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