#8110BB

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

Shades of Dark Violet #8110BB

Tints of Dark Violet #8110BB

Color information

#8110BB (or 0x8110BB) is unknown color: approx Dark Violet. HEX triplet: 81, 10 and BB. RGB value is (129,16,187). Sum of RGB (Red+Green+Blue) = 129+16+187=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 16 (6.64% from 255 or 4.82% from 332); Blue value is 187 (73.44% from 255 or 56.33% from 332); Max value from RGB is 187 - color contains mainly: blue. Hex color #8110BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8110BB is #7EEF44. Grayscale: #444444. Windows color (decimal): -8318789 or 12259457. OLE color: 12259457.

HSL color Cylindrical-coordinate representation of color #8110BB: hue angle of 279.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8110BB is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12916187-
CMYK0.310.9100.27
HSL279.65º84.24%39.8%-
HSV(B)279.65º91.44%73.33%-
XYZ18.218.6347.72-
YUV69.28194.44170.6-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 38.86%
GREEN value IS 16 (6.64% from 255) = 4.82%
BLUE value IS 187 (73.44% from 255) = 56.33%
R=38.86%
G=4.82%
B=56.33%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal129161870.310.9100.27279.6584.2439.8
Hex8110BB1F5B01B1185428
Octal201202733713303343012450
Binary1000000110000101110111111110110110110111000110001010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8110BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8110BB; }

 p { color: rgb(129,16,187); }

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

<style>
 a { background-color: #8110BB; }

 a { background-color: rgb(129,16,187); }

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

<style>
 span { border-color: #8110BB; }

 span { border-color: rgb(129,16,187); }

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