Shades of Dark Violet #9302CE
Tints of Dark Violet #9302CE
RGB
CMYK
RGB Variations
Color information
#9302CE (or 0x9302CE) is known color: Dark Violet. HEX triplet: 93, 02 and CE. RGB value is (147,2,206). Sum of RGB (Red+Green+Blue) = 147+2+206=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #9302CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9302CE is #6CFD31. Grayscale: #434343. Windows color (decimal): -7142706 or 13501075. OLE color: 13501075.
HSL color Cylindrical-coordinate representation of color #9302CE: hue angle of 282.65º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302CE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 2 | 206 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.19 |
| HSL | 282.65º | 0.98% | 0.41% | - |
| HSV(B) | 282.65º | 0.99% | 0.81% | - |
| XYZ | 23.19 | 10.7 | 59.24 | - |
| YUV | 68.61 | 205.54 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 206 | 0.29 | 0.99 | 0 | 0.19 | 282.65 | 0.98 | 0.41 |
| Hex | 93 | 2 | CE | 1D | 63 | 0 | 13 | 11B | 62 | 29 |
| Octal | 223 | 2 | 316 | 35 | 143 | 0 | 23 | 433 | 142 | 51 |
| Binary | 10010011 | 10 | 11001110 | 11101 | 1100011 | 0 | 10011 | 100011011 | 1100010 | 101001 |
Color Harmonies of #9302CE
Complementary color
Monochromatic Colors of #9302CE
Black with #9302CE
Text Example
Text Example
White with #9302CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302CE; }
p { color: rgb(147,2,206); }
H1.HeaderClassName
{
color: #9302CE;
}
.AnyTagClassName
{
color: #9302CE;
}
</style>
background-color css
<style>
a { background-color: #9302CE; }
a { background-color: rgb(147,2,206); }
div.DivClassName
{
background-color: #9302CE;
}
.BgClassName
{
background-color: #9302CE;
}
</style>
border-color css
<style>
span { border-color: #9302CE; }
span { border-color: rgb(147,2,206); }
td.TdClassName
{
border-color: #9302CE;
}
.TagClassName
{
border-color: #9302CE;
}
</style>