Shades of Dark Violet #8609CA
Tints of Dark Violet #8609CA
RGB
CMYK
RGB Variations
Color information
#8609CA (or 0x8609CA) is known color: Dark Violet. HEX triplet: 86, 09 and CA. RGB value is (134,9,202). Sum of RGB (Red+Green+Blue) = 134+9+202=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 9 (3.91% from 255 or 2.61% from 345); Blue value is 202 (79.30% from 255 or 58.55% from 345); Max value from RGB is 202 - color contains mainly: blue. Hex color #8609CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8609CA is #79F635. Grayscale: #434343. Windows color (decimal): -7992886 or 13240710. OLE color: 13240710.
HSL color Cylindrical-coordinate representation of color #8609CA: hue angle of 278.86º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8609CA is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 9 | 202 | - |
| CMYK | 0.34 | 0.96 | 0 | 0.21 |
| HSL | 278.86º | 0.91% | 0.41% | - |
| HSV(B) | 278.86º | 0.96% | 0.79% | - |
| XYZ | 20.59 | 9.53 | 56.63 | - |
| YUV | 68.38 | 203.41 | 174.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 9 | 202 | 0.34 | 0.96 | 0 | 0.21 | 278.86 | 0.91 | 0.41 |
| Hex | 86 | 9 | CA | 22 | 60 | 0 | 15 | 117 | 5B | 29 |
| Octal | 206 | 11 | 312 | 42 | 140 | 0 | 25 | 427 | 133 | 51 |
| Binary | 10000110 | 1001 | 11001010 | 100010 | 1100000 | 0 | 10101 | 100010111 | 1011011 | 101001 |
Color Harmonies of #8609CA
Complementary color
Monochromatic Colors of #8609CA
Black with #8609CA
Text Example
Text Example
White with #8609CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8609CA; }
p { color: rgb(134,9,202); }
H1.HeaderClassName
{
color: #8609CA;
}
.AnyTagClassName
{
color: #8609CA;
}
</style>
background-color css
<style>
a { background-color: #8609CA; }
a { background-color: rgb(134,9,202); }
div.DivClassName
{
background-color: #8609CA;
}
.BgClassName
{
background-color: #8609CA;
}
</style>
border-color css
<style>
span { border-color: #8609CA; }
span { border-color: rgb(134,9,202); }
td.TdClassName
{
border-color: #8609CA;
}
.TagClassName
{
border-color: #8609CA;
}
</style>