Shades of Dark Violet #8805BF
Tints of Dark Violet #8805BF
RGB
CMYK
RGB Variations
Color information
#8805BF (or 0x8805BF) is known color: Dark Violet. HEX triplet: 88, 05 and BF. RGB value is (136,5,191). Sum of RGB (Red+Green+Blue) = 136+5+191=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 191 (75% from 255 or 57.53% from 332); Max value from RGB is 191 - color contains mainly: blue. Hex color #8805BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8805BF is #77FA40. Grayscale: #404040. Windows color (decimal): -7862849 or 12518792. OLE color: 12518792.
HSL color Cylindrical-coordinate representation of color #8805BF: hue angle of 282.26º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8805BF is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 5 | 191 | - |
| CMYK | 0.29 | 0.97 | 0 | 0.25 |
| HSL | 282.26º | 0.95% | 0.38% | - |
| HSV(B) | 282.26º | 0.97% | 0.75% | - |
| XYZ | 19.61 | 9.1 | 50.01 | - |
| YUV | 65.37 | 198.9 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 191 | 0.29 | 0.97 | 0 | 0.25 | 282.26 | 0.95 | 0.38 |
| Hex | 88 | 5 | BF | 1D | 61 | 0 | 19 | 11A | 5F | 26 |
| Octal | 210 | 5 | 277 | 35 | 141 | 0 | 31 | 432 | 137 | 46 |
| Binary | 10001000 | 101 | 10111111 | 11101 | 1100001 | 0 | 11001 | 100011010 | 1011111 | 100110 |
Color Harmonies of #8805BF
Complementary color
Monochromatic Colors of #8805BF
Black with #8805BF
Text Example
Text Example
White with #8805BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8805BF; }
p { color: rgb(136,5,191); }
H1.HeaderClassName
{
color: #8805BF;
}
.AnyTagClassName
{
color: #8805BF;
}
</style>
background-color css
<style>
a { background-color: #8805BF; }
a { background-color: rgb(136,5,191); }
div.DivClassName
{
background-color: #8805BF;
}
.BgClassName
{
background-color: #8805BF;
}
</style>
border-color css
<style>
span { border-color: #8805BF; }
span { border-color: rgb(136,5,191); }
td.TdClassName
{
border-color: #8805BF;
}
.TagClassName
{
border-color: #8805BF;
}
</style>