#810ac1

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

Shades of Dark Violet #810AC1

Tints of Dark Violet #810AC1

Color information

#810AC1 (or 0x810AC1) is unknown color: approx Dark Violet. HEX triplet: 81, 0A and C1. RGB value is (129,10,193). Sum of RGB (Red+Green+Blue) = 129+10+193=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 10 (4.30% from 255 or 3.01% from 332); Blue value is 193 (75.78% from 255 or 58.13% from 332); Max value from RGB is 193 - color contains mainly: blue. Hex color #810AC1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #810AC1 is #7EF53E. Grayscale: #414141. Windows color (decimal): -8320319 or 12651137. OLE color: 12651137.

HSL color Cylindrical-coordinate representation of color #810AC1: hue angle of 279.02º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #810AC1 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB12910193-
CMYK0.330.9500.24
HSL279.02º90.15%39.8%-
HSV(B)279.02º94.82%75.69%-
XYZ18.798.7351.15-
YUV66.44199.42172.62-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 10 (4.30% from 255) = 3.01%
BLUE value IS 193 (75.78% from 255) = 58.13%
R=38.86%
G=3.01%
B=58.13%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal129101930.330.9500.24279.0290.1539.8
Hex81AC1215F0181175a28
Octal201123014113703042713250
Binary1000000110101100000110000110111110110001000101111011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #810ac1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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