Shades of Dark Violet #8509DF
Tints of Dark Violet #8509DF
RGB
CMYK
RGB Variations
Color information
#8509DF (or 0x8509DF) is known color: Dark Violet. HEX triplet: 85, 09 and DF. RGB value is (133,9,223). Sum of RGB (Red+Green+Blue) = 133+9+223=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 9 (3.91% from 255 or 2.47% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #8509DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509DF is #7AF620. Grayscale: #454545. Windows color (decimal): -8058401 or 14616965. OLE color: 14616965.
HSL color Cylindrical-coordinate representation of color #8509DF: hue angle of 274.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8509DF is Cyan = 0.40, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 133 | 9 | 223 | - |
| CMYK | 0.40 | 0.96 | 0 | 0.13 |
| HSL | 274.77º | 0.92% | 0.45% | - |
| HSV(B) | 274.77º | 0.96% | 0.87% | - |
| XYZ | 23.09 | 10.51 | 70.62 | - |
| YUV | 70.47 | 214.08 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 223 | 0.40 | 0.96 | 0 | 0.13 | 274.77 | 0.92 | 0.45 |
| Hex | 85 | 9 | DF | 28 | 60 | 0 | D | 113 | 5C | 2D |
| Octal | 205 | 11 | 337 | 50 | 140 | 0 | 15 | 423 | 134 | 55 |
| Binary | 10000101 | 1001 | 11011111 | 101000 | 1100000 | 0 | 1101 | 100010011 | 1011100 | 101101 |
Color Harmonies of #8509DF
Complementary color
Monochromatic Colors of #8509DF
Black with #8509DF
Text Example
Text Example
White with #8509DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8509DF; }
p { color: rgb(133,9,223); }
H1.HeaderClassName
{
color: #8509DF;
}
.AnyTagClassName
{
color: #8509DF;
}
</style>
background-color css
<style>
a { background-color: #8509DF; }
a { background-color: rgb(133,9,223); }
div.DivClassName
{
background-color: #8509DF;
}
.BgClassName
{
background-color: #8509DF;
}
</style>
border-color css
<style>
span { border-color: #8509DF; }
span { border-color: rgb(133,9,223); }
td.TdClassName
{
border-color: #8509DF;
}
.TagClassName
{
border-color: #8509DF;
}
</style>