#8815B0

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

Shades of Dark Violet #8815B0

Tints of Dark Violet #8815B0

Color information

#8815B0 (or 0x8815B0) is unknown color: approx Dark Violet. HEX triplet: 88, 15 and B0. RGB value is (136,21,176). Sum of RGB (Red+Green+Blue) = 136+21+176=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 21 (8.59% from 255 or 6.31% from 333); Blue value is 176 (69.14% from 255 or 52.85% from 333); Max value from RGB is 176 - color contains mainly: blue. Hex color #8815B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8815B0 is #77EA4F. Grayscale: #484848. Windows color (decimal): -7858768 or 11539848. OLE color: 11539848.

HSL color Cylindrical-coordinate representation of color #8815B0: hue angle of 284.52º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8815B0 is Cyan = 0.23, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13621176-
CMYK0.230.8800.31
HSL284.52º78.68%38.63%-
HSV(B)284.52º88.07%69.02%-
XYZ18.268.9141.83-
YUV73.06186.1172.9-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 21 (8.59% from 255) = 6.31%
BLUE value IS 176 (69.14% from 255) = 52.85%
R=40.84%
G=6.31%
B=52.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal136211760.230.8800.31284.5278.6838.63
Hex8815B0175801F11d4f27
Octal210252602713003743511747
Binary1000100010101101100001011110110000111111000111011001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8815B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8815B0; }

 p { color: rgb(136,21,176); }

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

<style>
 a { background-color: #8815B0; }

 a { background-color: rgb(136,21,176); }

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

<style>
 span { border-color: #8815B0; }

 span { border-color: rgb(136,21,176); }

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