#8112AD

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

Shades of Dark Violet #8112AD

Tints of Dark Violet #8112AD

Color information

#8112AD (or 0x8112AD) is unknown color: approx Dark Violet. HEX triplet: 81, 12 and AD. RGB value is (129,18,173). Sum of RGB (Red+Green+Blue) = 129+18+173=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 173 (67.97% from 255 or 54.06% from 320); Max value from RGB is 173 - color contains mainly: blue. Hex color #8112AD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8112AD is #7EED52. Grayscale: #444444. Windows color (decimal): -8318291 or 11342465. OLE color: 11342465.

HSL color Cylindrical-coordinate representation of color #8112AD: hue angle of 282.97º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8112AD is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12918173-
CMYK0.250.9000.32
HSL282.97º81.15%37.45%-
HSV(B)282.97º89.6%67.84%-
XYZ16.818.1240.22-
YUV68.86186.77170.9-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 40.31%
GREEN value IS 18 (7.42% from 255) = 5.62%
BLUE value IS 173 (67.97% from 255) = 54.06%
R=40.31%
G=5.62%
B=54.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal129181730.250.9000.32282.9781.1537.45
Hex8112AD195A02011b5125
Octal201222553113204043312145
Binary10000001100101010110111001101101001000001000110111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8112AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8112AD; }

 p { color: rgb(129,18,173); }

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

<style>
 a { background-color: #8112AD; }

 a { background-color: rgb(129,18,173); }

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

<style>
 span { border-color: #8112AD; }

 span { border-color: rgb(129,18,173); }

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