#8816bf

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

Shades of Dark Violet #8816BF

Tints of Dark Violet #8816BF

Color information

#8816BF (or 0x8816BF) is unknown color: approx Dark Violet. HEX triplet: 88, 16 and BF. RGB value is (136,22,191). Sum of RGB (Red+Green+Blue) = 136+22+191=349 (46% of max value = 765). Red value is 136 (53.52% from 255 or 38.97% from 349); Green value is 22 (8.98% from 255 or 6.30% from 349); Blue value is 191 (75% from 255 or 54.73% from 349); Max value from RGB is 191 - color contains mainly: blue. Hex color #8816BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8816BF is #77E940. Grayscale: #4A4A4A. Windows color (decimal): -7858497 or 12523144. OLE color: 12523144.

HSL color Cylindrical-coordinate representation of color #8816BF: hue angle of 280.47º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8816BF is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB13622191-
CMYK0.290.8800.25
HSL280.47º79.34%41.76%-
HSV(B)280.47º88.48%74.9%-
XYZ19.849.5750.09-
YUV75.35193.27171.26-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 38.97%
GREEN value IS 22 (8.98% from 255) = 6.30%
BLUE value IS 191 (75% from 255) = 54.73%
R=38.97%
G=6.30%
B=54.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal136221910.290.8800.25280.4779.3441.76
Hex8816BF1D580191184f2a
Octal210262773513003143011752
Binary1000100010110101111111110110110000110011000110001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8816bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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