Shades of Dark Violet #8506DD
Tints of Dark Violet #8506DD
RGB
CMYK
RGB Variations
Color information
#8506DD (or 0x8506DD) is known color: Dark Violet. HEX triplet: 85, 06 and DD. RGB value is (133,6,221). Sum of RGB (Red+Green+Blue) = 133+6+221=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 221 (86.72% from 255 or 61.39% from 360); Max value from RGB is 221 - color contains mainly: blue. Hex color #8506DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8506DD is #7AF922. Grayscale: #434343. Windows color (decimal): -8059171 or 14485125. OLE color: 14485125.
HSL color Cylindrical-coordinate representation of color #8506DD: hue angle of 275.44º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8506DD is Cyan = 0.40, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 6 | 221 | - |
| CMYK | 0.40 | 0.97 | 0 | 0.13 |
| HSL | 275.44º | 0.95% | 0.45% | - |
| HSV(B) | 275.44º | 0.97% | 0.87% | - |
| XYZ | 22.79 | 10.34 | 69.2 | - |
| YUV | 68.48 | 214.08 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 221 | 0.40 | 0.97 | 0 | 0.13 | 275.44 | 0.95 | 0.45 |
| Hex | 85 | 6 | DD | 28 | 61 | 0 | D | 113 | 5F | 2D |
| Octal | 205 | 6 | 335 | 50 | 141 | 0 | 15 | 423 | 137 | 55 |
| Binary | 10000101 | 110 | 11011101 | 101000 | 1100001 | 0 | 1101 | 100010011 | 1011111 | 101101 |
Color Harmonies of #8506DD
Complementary color
Monochromatic Colors of #8506DD
Black with #8506DD
Text Example
Text Example
White with #8506DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8506DD; }
p { color: rgb(133,6,221); }
H1.HeaderClassName
{
color: #8506DD;
}
.AnyTagClassName
{
color: #8506DD;
}
</style>
background-color css
<style>
a { background-color: #8506DD; }
a { background-color: rgb(133,6,221); }
div.DivClassName
{
background-color: #8506DD;
}
.BgClassName
{
background-color: #8506DD;
}
</style>
border-color css
<style>
span { border-color: #8506DD; }
span { border-color: rgb(133,6,221); }
td.TdClassName
{
border-color: #8506DD;
}
.TagClassName
{
border-color: #8506DD;
}
</style>