#8815B5

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

Shades of Dark Violet #8815B5

Tints of Dark Violet #8815B5

Color information

#8815B5 (or 0x8815B5) is unknown color: approx Dark Violet. HEX triplet: 88, 15 and B5. RGB value is (136,21,181). Sum of RGB (Red+Green+Blue) = 136+21+181=338 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.24% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 181 (71.09% from 255 or 53.55% from 338); Max value from RGB is 181 - color contains mainly: blue. Hex color #8815B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8815B5 is #77EA4A. Grayscale: #494949. Windows color (decimal): -7858763 or 11867528. OLE color: 11867528.

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

Color convert

RGB13621181-
CMYK0.250.8800.29
HSL283.12º79.21%39.61%-
HSV(B)283.12º88.4%70.98%-
XYZ18.769.1144.48-
YUV73.62188.6172.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.24%
GREEN value IS 21 (8.59% from 255) = 6.21%
BLUE value IS 181 (71.09% from 255) = 53.55%
R=40.24%
G=6.21%
B=53.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal136211810.250.8800.29283.1279.2139.61
Hex8815B5195801D11b4f28
Octal210252653113003543311750
Binary1000100010101101101011100110110000111011000110111001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8815B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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