Shades of Dark Violet #9303CF
Tints of Dark Violet #9303CF
RGB
CMYK
RGB Variations
Color information
#9303CF (or 0x9303CF) is known color: Dark Violet. HEX triplet: 93, 03 and CF. RGB value is (147,3,207). Sum of RGB (Red+Green+Blue) = 147+3+207=357 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.18% from 357); Green value is 3 (1.56% from 255 or 0.84% from 357); Blue value is 207 (81.25% from 255 or 57.98% from 357); Max value from RGB is 207 - color contains mainly: blue. Hex color #9303CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303CF is #6CFC30. Grayscale: #444444. Windows color (decimal): -7142449 or 13566867. OLE color: 13566867.
HSL color Cylindrical-coordinate representation of color #9303CF: hue angle of 282.35º 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 #9303CF is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 3 | 207 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.19 |
| HSL | 282.35º | 0.97% | 0.41% | - |
| HSV(B) | 282.35º | 0.99% | 0.81% | - |
| XYZ | 23.33 | 10.77 | 59.88 | - |
| YUV | 69.31 | 205.71 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 207 | 0.29 | 0.99 | 0 | 0.19 | 282.35 | 0.97 | 0.41 |
| Hex | 93 | 3 | CF | 1D | 63 | 0 | 13 | 11A | 61 | 29 |
| Octal | 223 | 3 | 317 | 35 | 143 | 0 | 23 | 432 | 141 | 51 |
| Binary | 10010011 | 11 | 11001111 | 11101 | 1100011 | 0 | 10011 | 100011010 | 1100001 | 101001 |
Color Harmonies of #9303CF
Complementary color
Monochromatic Colors of #9303CF
Black with #9303CF
Text Example
Text Example
White with #9303CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303CF; }
p { color: rgb(147,3,207); }
H1.HeaderClassName
{
color: #9303CF;
}
.AnyTagClassName
{
color: #9303CF;
}
</style>
background-color css
<style>
a { background-color: #9303CF; }
a { background-color: rgb(147,3,207); }
div.DivClassName
{
background-color: #9303CF;
}
.BgClassName
{
background-color: #9303CF;
}
</style>
border-color css
<style>
span { border-color: #9303CF; }
span { border-color: rgb(147,3,207); }
td.TdClassName
{
border-color: #9303CF;
}
.TagClassName
{
border-color: #9303CF;
}
</style>