#8101C9

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

Shades of Dark Violet #8101C9

Tints of Dark Violet #8101C9

Color information

#8101C9 (or 0x8101C9) is unknown color: approx Dark Violet. HEX triplet: 81, 01 and C9. RGB value is (129,1,201). Sum of RGB (Red+Green+Blue) = 129+1+201=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 1 (0.78% from 255 or 0.30% from 331); Blue value is 201 (78.91% from 255 or 60.73% from 331); Max value from RGB is 201 - color contains mainly: blue. Hex color #8101C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8101C9 is #7EFE36. Grayscale: #3D3D3D. Windows color (decimal): -8322615 or 13173121. OLE color: 13173121.

HSL color Cylindrical-coordinate representation of color #8101C9: hue angle of 278.4º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8101C9 is Cyan = 0.36, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1291201-
CMYK0.361.0000.21
HSL278.4º99.01%39.61%-
HSV(B)278.4º99.5%78.82%-
XYZ19.618.9155.94-
YUV62.07206.41175.74-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.97%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 201 (78.91% from 255) = 60.73%
R=38.97%
G=0.30%
B=60.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 1.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal12912010.361.0000.21278.499.0139.61
Hex811C924640151166328
Octal20113114414402542614350
Binary1000000111100100110010011001000101011000101101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8101C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8101C9; }

 p { color: rgb(129,1,201); }

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

<style>
 a { background-color: #8101C9; }

 a { background-color: rgb(129,1,201); }

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

<style>
 span { border-color: #8101C9; }

 span { border-color: rgb(129,1,201); }

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