Shades of Dark Violet #8C09CC
Tints of Dark Violet #8C09CC
RGB
CMYK
RGB Variations
Color information
#8C09CC (or 0x8C09CC) is known color: Dark Violet. HEX triplet: 8C, 09 and CC. RGB value is (140,9,204). Sum of RGB (Red+Green+Blue) = 140+9+204=353 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.66% from 353); Green value is 9 (3.91% from 255 or 2.55% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #8C09CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8C09CC is #73F633. Grayscale: #454545. Windows color (decimal): -7599668 or 13371788. OLE color: 13371788.
HSL color Cylindrical-coordinate representation of color #8C09CC: hue angle of 280.31º 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 #8C09CC is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 9 | 204 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.2 |
| HSL | 280.31º | 0.92% | 0.42% | - |
| HSV(B) | 280.31º | 0.96% | 0.8% | - |
| XYZ | 21.81 | 10.13 | 57.93 | - |
| YUV | 70.4 | 203.4 | 177.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 9 | 204 | 0.31 | 0.96 | 0 | 0.2 | 280.31 | 0.92 | 0.42 |
| Hex | 8C | 9 | CC | 1F | 60 | 0 | 14 | 118 | 5C | 2A |
| Octal | 214 | 11 | 314 | 37 | 140 | 0 | 24 | 430 | 134 | 52 |
| Binary | 10001100 | 1001 | 11001100 | 11111 | 1100000 | 0 | 10100 | 100011000 | 1011100 | 101010 |
Color Harmonies of #8C09CC
Complementary color
Monochromatic Colors of #8C09CC
Black with #8C09CC
Text Example
Text Example
White with #8C09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C09CC; }
p { color: rgb(140,9,204); }
H1.HeaderClassName
{
color: #8C09CC;
}
.AnyTagClassName
{
color: #8C09CC;
}
</style>
background-color css
<style>
a { background-color: #8C09CC; }
a { background-color: rgb(140,9,204); }
div.DivClassName
{
background-color: #8C09CC;
}
.BgClassName
{
background-color: #8C09CC;
}
</style>
border-color css
<style>
span { border-color: #8C09CC; }
span { border-color: rgb(140,9,204); }
td.TdClassName
{
border-color: #8C09CC;
}
.TagClassName
{
border-color: #8C09CC;
}
</style>