#8805BD

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

Shades of Dark Violet #8805BD

Tints of Dark Violet #8805BD

Color information

#8805BD (or 0x8805BD) is unknown color: approx Dark Violet. HEX triplet: 88, 05 and BD. RGB value is (136,5,189). Sum of RGB (Red+Green+Blue) = 136+5+189=330 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.21% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #8805BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8805BD is #77FA42. Grayscale: #404040. Windows color (decimal): -7862851 or 12387720. OLE color: 12387720.

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

Color convert

RGB1365189-
CMYK0.280.9700.26
HSL282.72º94.85%38.04%-
HSV(B)282.72º97.35%74.12%-
XYZ19.399.0248.86-
YUV65.15197.9178.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.21%
GREEN value IS 5 (2.34% from 255) = 1.52%
BLUE value IS 189 (74.22% from 255) = 57.27%
R=41.21%
G=1.52%
B=57.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal13651890.280.9700.26282.7294.8538.04
Hex885BD1C6101A11b5f26
Octal21052753414103243313746
Binary10001000101101111011110011000010110101000110111011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8805BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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