#810ABD

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

Shades of Dark Violet #810ABD

Tints of Dark Violet #810ABD

Color information

#810ABD (or 0x810ABD) is unknown color: approx Dark Violet. HEX triplet: 81, 0A and BD. RGB value is (129,10,189). Sum of RGB (Red+Green+Blue) = 129+10+189=328 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.33% from 328); Green value is 10 (4.30% from 255 or 3.05% from 328); Blue value is 189 (74.22% from 255 or 57.62% from 328); Max value from RGB is 189 - color contains mainly: blue. Hex color #810ABD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810ABD is #7EF542. Grayscale: #414141. Windows color (decimal): -8320323 or 12388993. OLE color: 12388993.

HSL color Cylindrical-coordinate representation of color #810ABD: hue angle of 279.89º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810ABD is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12910189-
CMYK0.320.9500.26
HSL279.89º89.95%39.02%-
HSV(B)279.89º94.71%74.12%-
XYZ18.358.5648.83-
YUV65.99197.42172.95-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 39.33%
GREEN value IS 10 (4.30% from 255) = 3.05%
BLUE value IS 189 (74.22% from 255) = 57.62%
R=39.33%
G=3.05%
B=57.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal129101890.320.9500.26279.8989.9539.02
Hex81ABD205F01A1185a27
Octal201122754013703243013247
Binary1000000110101011110110000010111110110101000110001011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(129,10,189); }

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

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

 a { background-color: rgb(129,10,189); }

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

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

 span { border-color: rgb(129,10,189); }

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