Shades of Dark Violet #8509C2
Tints of Dark Violet #8509C2
RGB
CMYK
RGB Variations
Color information
#8509C2 (or 0x8509C2) is known color: Dark Violet. HEX triplet: 85, 09 and C2. RGB value is (133,9,194). Sum of RGB (Red+Green+Blue) = 133+9+194=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 194 (76.17% from 255 or 57.74% from 336); Max value from RGB is 194 - color contains mainly: blue. Hex color #8509C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8509C2 is #7AF63D. Grayscale: #424242. Windows color (decimal): -8058430 or 12716421. OLE color: 12716421.
HSL color Cylindrical-coordinate representation of color #8509C2: hue angle of 280.22º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8509C2 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 133 | 9 | 194 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.24 |
| HSL | 280.22º | 0.91% | 0.4% | - |
| HSV(B) | 280.22º | 0.95% | 0.76% | - |
| XYZ | 19.51 | 9.08 | 51.76 | - |
| YUV | 67.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 194 | 0.31 | 0.95 | 0 | 0.24 | 280.22 | 0.91 | 0.4 |
| Hex | 85 | 9 | C2 | 1F | 5F | 0 | 18 | 118 | 5B | 28 |
| Octal | 205 | 11 | 302 | 37 | 137 | 0 | 30 | 430 | 133 | 50 |
| Binary | 10000101 | 1001 | 11000010 | 11111 | 1011111 | 0 | 11000 | 100011000 | 1011011 | 101000 |
Color Harmonies of #8509C2
Complementary color
Monochromatic Colors of #8509C2
Black with #8509C2
Text Example
Text Example
White with #8509C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8509C2; }
p { color: rgb(133,9,194); }
H1.HeaderClassName
{
color: #8509C2;
}
.AnyTagClassName
{
color: #8509C2;
}
</style>
background-color css
<style>
a { background-color: #8509C2; }
a { background-color: rgb(133,9,194); }
div.DivClassName
{
background-color: #8509C2;
}
.BgClassName
{
background-color: #8509C2;
}
</style>
border-color css
<style>
span { border-color: #8509C2; }
span { border-color: rgb(133,9,194); }
td.TdClassName
{
border-color: #8509C2;
}
.TagClassName
{
border-color: #8509C2;
}
</style>