Shades of Dark Violet #8506B8
Tints of Dark Violet #8506B8
RGB
CMYK
RGB Variations
Color information
#8506B8 (or 0x8506B8) is known color: Dark Violet. HEX triplet: 85, 06 and B8. RGB value is (133,6,184). Sum of RGB (Red+Green+Blue) = 133+6+184=323 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.18% from 323); Green value is 6 (2.73% from 255 or 1.86% from 323); Blue value is 184 (72.27% from 255 or 56.97% from 323); Max value from RGB is 184 - color contains mainly: blue. Hex color #8506B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506B8 is #7AF947. Grayscale: #3F3F3F. Windows color (decimal): -8059208 or 12060293. OLE color: 12060293.
HSL color Cylindrical-coordinate representation of color #8506B8: hue angle of 282.81º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506B8 is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 133 | 6 | 184 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.28 |
| HSL | 282.81º | 0.94% | 0.37% | - |
| HSV(B) | 282.81º | 0.97% | 0.72% | - |
| XYZ | 18.39 | 8.58 | 46.03 | - |
| YUV | 64.27 | 195.58 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 184 | 0.28 | 0.97 | 0 | 0.28 | 282.81 | 0.94 | 0.37 |
| Hex | 85 | 6 | B8 | 1C | 61 | 0 | 1C | 11B | 5E | 25 |
| Octal | 205 | 6 | 270 | 34 | 141 | 0 | 34 | 433 | 136 | 45 |
| Binary | 10000101 | 110 | 10111000 | 11100 | 1100001 | 0 | 11100 | 100011011 | 1011110 | 100101 |
Color Harmonies of #8506B8
Complementary color
Monochromatic Colors of #8506B8
Black with #8506B8
Text Example
Text Example
White with #8506B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506B8; }
p { color: rgb(133,6,184); }
H1.HeaderClassName
{
color: #8506B8;
}
.AnyTagClassName
{
color: #8506B8;
}
</style>
background-color css
<style>
a { background-color: #8506B8; }
a { background-color: rgb(133,6,184); }
div.DivClassName
{
background-color: #8506B8;
}
.BgClassName
{
background-color: #8506B8;
}
</style>
border-color css
<style>
span { border-color: #8506B8; }
span { border-color: rgb(133,6,184); }
td.TdClassName
{
border-color: #8506B8;
}
.TagClassName
{
border-color: #8506B8;
}
</style>