#8816D9

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

Shades of Blue Violet #8816D9

Tints of Blue Violet #8816D9

Color information

#8816D9 (or 0x8816D9) is unknown color: approx Blue Violet. HEX triplet: 88, 16 and D9. RGB value is (136,22,217). Sum of RGB (Red+Green+Blue) = 136+22+217=375 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.27% from 375); Green value is 22 (8.98% from 255 or 5.87% from 375); Blue value is 217 (85.16% from 255 or 57.87% from 375); Max value from RGB is 217 - color contains mainly: blue. Hex color #8816D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8816D9 is #77E926. Grayscale: #4D4D4D. Windows color (decimal): -7858471 or 14227080. OLE color: 14227080.

HSL color Cylindrical-coordinate representation of color #8816D9: hue angle of 275.08º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8816D9 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB13622217-
CMYK0.370.9000.15
HSL275.08º81.59%46.86%-
HSV(B)275.08º89.86%85.1%-
XYZ22.9610.8266.52-
YUV78.32206.27169.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 36.27%
GREEN value IS 22 (8.98% from 255) = 5.87%
BLUE value IS 217 (85.16% from 255) = 57.87%
R=36.27%
G=5.87%
B=57.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal136222170.370.9000.15275.0881.5946.86
Hex8816D9255A0F113522f
Octal210263314513201742312257
Binary1000100010110110110011001011011010011111000100111010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8816D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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