Shades of Dark Violet #8509CB
Tints of Dark Violet #8509CB
RGB
CMYK
RGB Variations
Color information
#8509CB (or 0x8509CB) is known color: Dark Violet. HEX triplet: 85, 09 and CB. RGB value is (133,9,203). Sum of RGB (Red+Green+Blue) = 133+9+203=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #8509CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509CB is #7AF634. Grayscale: #434343. Windows color (decimal): -8058421 or 13306245. OLE color: 13306245.
HSL color Cylindrical-coordinate representation of color #8509CB: hue angle of 278.35º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8509CB is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 133 | 9 | 203 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.20 |
| HSL | 278.35º | 0.92% | 0.42% | - |
| HSV(B) | 278.35º | 0.96% | 0.8% | - |
| XYZ | 20.55 | 9.49 | 57.25 | - |
| YUV | 68.19 | 204.08 | 174.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 203 | 0.34 | 0.96 | 0 | 0.20 | 278.35 | 0.92 | 0.42 |
| Hex | 85 | 9 | CB | 22 | 60 | 0 | 14 | 116 | 5C | 2A |
| Octal | 205 | 11 | 313 | 42 | 140 | 0 | 24 | 426 | 134 | 52 |
| Binary | 10000101 | 1001 | 11001011 | 100010 | 1100000 | 0 | 10100 | 100010110 | 1011100 | 101010 |
Color Harmonies of #8509CB
Complementary color
Monochromatic Colors of #8509CB
Black with #8509CB
Text Example
Text Example
White with #8509CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8509CB; }
p { color: rgb(133,9,203); }
H1.HeaderClassName
{
color: #8509CB;
}
.AnyTagClassName
{
color: #8509CB;
}
</style>
background-color css
<style>
a { background-color: #8509CB; }
a { background-color: rgb(133,9,203); }
div.DivClassName
{
background-color: #8509CB;
}
.BgClassName
{
background-color: #8509CB;
}
</style>
border-color css
<style>
span { border-color: #8509CB; }
span { border-color: rgb(133,9,203); }
td.TdClassName
{
border-color: #8509CB;
}
.TagClassName
{
border-color: #8509CB;
}
</style>