Shades of Dark Violet #9303AF
Tints of Dark Violet #9303AF
RGB
CMYK
RGB Variations
Color information
#9303AF (or 0x9303AF) is known color: Dark Violet. HEX triplet: 93, 03 and AF. RGB value is (147,3,175). Sum of RGB (Red+Green+Blue) = 147+3+175=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #9303AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9303AF is #6CFC50. Grayscale: #414141. Windows color (decimal): -7142481 or 11469715. OLE color: 11469715.
HSL color Cylindrical-coordinate representation of color #9303AF: hue angle of 290.23º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303AF is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 3 | 175 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.31 |
| HSL | 290.23º | 0.97% | 0.35% | - |
| HSV(B) | 290.23º | 0.98% | 0.69% | - |
| XYZ | 19.8 | 9.36 | 41.32 | - |
| YUV | 65.66 | 189.71 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 175 | 0.16 | 0.98 | 0 | 0.31 | 290.23 | 0.97 | 0.35 |
| Hex | 93 | 3 | AF | 10 | 62 | 0 | 1F | 122 | 61 | 23 |
| Octal | 223 | 3 | 257 | 20 | 142 | 0 | 37 | 442 | 141 | 43 |
| Binary | 10010011 | 11 | 10101111 | 10000 | 1100010 | 0 | 11111 | 100100010 | 1100001 | 100011 |
Color Harmonies of #9303AF
Complementary color
Monochromatic Colors of #9303AF
Black with #9303AF
Text Example
Text Example
White with #9303AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303AF; }
p { color: rgb(147,3,175); }
H1.HeaderClassName
{
color: #9303AF;
}
.AnyTagClassName
{
color: #9303AF;
}
</style>
background-color css
<style>
a { background-color: #9303AF; }
a { background-color: rgb(147,3,175); }
div.DivClassName
{
background-color: #9303AF;
}
.BgClassName
{
background-color: #9303AF;
}
</style>
border-color css
<style>
span { border-color: #9303AF; }
span { border-color: rgb(147,3,175); }
td.TdClassName
{
border-color: #9303AF;
}
.TagClassName
{
border-color: #9303AF;
}
</style>