#8816BD

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

Shades of Dark Violet #8816BD

Tints of Dark Violet #8816BD

Color information

#8816BD (or 0x8816BD) is unknown color: approx Dark Violet. HEX triplet: 88, 16 and BD. RGB value is (136,22,189). Sum of RGB (Red+Green+Blue) = 136+22+189=347 (45% of max value = 765). Red value is 136 (53.52% from 255 or 39.19% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 189 (74.22% from 255 or 54.47% from 347); Max value from RGB is 189 - color contains mainly: blue. Hex color #8816BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8816BD is #77E942. Grayscale: #4A4A4A. Windows color (decimal): -7858499 or 12392072. OLE color: 12392072.

HSL color Cylindrical-coordinate representation of color #8816BD: hue angle of 280.96º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8816BD is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB13622189-
CMYK0.280.8800.26
HSL280.96º79.15%41.37%-
HSV(B)280.96º88.36%74.12%-
XYZ19.639.4848.94-
YUV75.12192.27171.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 39.19%
GREEN value IS 22 (8.98% from 255) = 6.34%
BLUE value IS 189 (74.22% from 255) = 54.47%
R=39.19%
G=6.34%
B=54.47%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal136221890.280.8800.26280.9679.1541.37
Hex8816BD1C5801A1194f29
Octal210262753413003243111751
Binary1000100010110101111011110010110000110101000110011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8816BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8816BD; }

 p { color: rgb(136,22,189); }

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

<style>
 a { background-color: #8816BD; }

 a { background-color: rgb(136,22,189); }

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

<style>
 span { border-color: #8816BD; }

 span { border-color: rgb(136,22,189); }

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