Shades of Dark Violet #9308CC
Tints of Dark Violet #9308CC
RGB
CMYK
RGB Variations
Color information
#9308CC (or 0x9308CC) is known color: Dark Violet. HEX triplet: 93, 08 and CC. RGB value is (147,8,204). Sum of RGB (Red+Green+Blue) = 147+8+204=359 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.95% from 359); Green value is 8 (3.52% from 255 or 2.23% from 359); Blue value is 204 (80.08% from 255 or 56.82% from 359); Max value from RGB is 204 - color contains mainly: blue. Hex color #9308CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308CC is #6CF733. Grayscale: #474747. Windows color (decimal): -7141172 or 13371539. OLE color: 13371539.
HSL color Cylindrical-coordinate representation of color #9308CC: hue angle of 282.55º 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 #9308CC is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 8 | 204 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.2 |
| HSL | 282.55º | 0.92% | 0.42% | - |
| HSV(B) | 282.55º | 0.96% | 0.8% | - |
| XYZ | 23.02 | 10.74 | 57.99 | - |
| YUV | 71.91 | 202.55 | 181.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 204 | 0.28 | 0.96 | 0 | 0.2 | 282.55 | 0.92 | 0.42 |
| Hex | 93 | 8 | CC | 1C | 60 | 0 | 14 | 11B | 5C | 2A |
| Octal | 223 | 10 | 314 | 34 | 140 | 0 | 24 | 433 | 134 | 52 |
| Binary | 10010011 | 1000 | 11001100 | 11100 | 1100000 | 0 | 10100 | 100011011 | 1011100 | 101010 |
Color Harmonies of #9308CC
Complementary color
Monochromatic Colors of #9308CC
Black with #9308CC
Text Example
Text Example
White with #9308CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308CC; }
p { color: rgb(147,8,204); }
H1.HeaderClassName
{
color: #9308CC;
}
.AnyTagClassName
{
color: #9308CC;
}
</style>
background-color css
<style>
a { background-color: #9308CC; }
a { background-color: rgb(147,8,204); }
div.DivClassName
{
background-color: #9308CC;
}
.BgClassName
{
background-color: #9308CC;
}
</style>
border-color css
<style>
span { border-color: #9308CC; }
span { border-color: rgb(147,8,204); }
td.TdClassName
{
border-color: #9308CC;
}
.TagClassName
{
border-color: #9308CC;
}
</style>