Shades of Dark Violet #9303CE
Tints of Dark Violet #9303CE
RGB
CMYK
RGB Variations
Color information
#9303CE (or 0x9303CE) is known color: Dark Violet. HEX triplet: 93, 03 and CE. RGB value is (147,3,206). Sum of RGB (Red+Green+Blue) = 147+3+206=356 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.29% from 356); Green value is 3 (1.56% from 255 or 0.84% from 356); Blue value is 206 (80.86% from 255 or 57.87% from 356); Max value from RGB is 206 - color contains mainly: blue. Hex color #9303CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303CE is #6CFC31. Grayscale: #444444. Windows color (decimal): -7142450 or 13501331. OLE color: 13501331.
HSL color Cylindrical-coordinate representation of color #9303CE: hue angle of 282.56º degrees, saturation: 0.97, 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 #9303CE is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 3 | 206 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.19 |
| HSL | 282.56º | 0.97% | 0.41% | - |
| HSV(B) | 282.56º | 0.99% | 0.81% | - |
| XYZ | 23.21 | 10.72 | 59.24 | - |
| YUV | 69.2 | 205.21 | 183.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 206 | 0.29 | 0.99 | 0 | 0.19 | 282.56 | 0.97 | 0.41 |
| Hex | 93 | 3 | CE | 1D | 63 | 0 | 13 | 11B | 61 | 29 |
| Octal | 223 | 3 | 316 | 35 | 143 | 0 | 23 | 433 | 141 | 51 |
| Binary | 10010011 | 11 | 11001110 | 11101 | 1100011 | 0 | 10011 | 100011011 | 1100001 | 101001 |
Color Harmonies of #9303CE
Complementary color
Monochromatic Colors of #9303CE
Black with #9303CE
Text Example
Text Example
White with #9303CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303CE; }
p { color: rgb(147,3,206); }
H1.HeaderClassName
{
color: #9303CE;
}
.AnyTagClassName
{
color: #9303CE;
}
</style>
background-color css
<style>
a { background-color: #9303CE; }
a { background-color: rgb(147,3,206); }
div.DivClassName
{
background-color: #9303CE;
}
.BgClassName
{
background-color: #9303CE;
}
</style>
border-color css
<style>
span { border-color: #9303CE; }
span { border-color: rgb(147,3,206); }
td.TdClassName
{
border-color: #9303CE;
}
.TagClassName
{
border-color: #9303CE;
}
</style>