Shades of Dark Violet #9302B7
Tints of Dark Violet #9302B7
RGB
CMYK
RGB Variations
Color information
#9302B7 (or 0x9302B7) is known color: Dark Violet. HEX triplet: 93, 02 and B7. RGB value is (147,2,183). Sum of RGB (Red+Green+Blue) = 147+2+183=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 2 (1.17% from 255 or 0.60% from 332); Blue value is 183 (71.88% from 255 or 55.12% from 332); Max value from RGB is 183 - color contains mainly: blue. Hex color #9302B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9302B7 is #6CFD48. Grayscale: #414141. Windows color (decimal): -7142729 or 11993747. OLE color: 11993747.
HSL color Cylindrical-coordinate representation of color #9302B7: hue angle of 288.07º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302B7 is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 2 | 183 | - |
| CMYK | 0.20 | 0.99 | 0 | 0.28 |
| HSL | 288.07º | 0.98% | 0.36% | - |
| HSV(B) | 288.07º | 0.99% | 0.72% | - |
| XYZ | 20.6 | 9.67 | 45.58 | - |
| YUV | 65.99 | 194.04 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 183 | 0.20 | 0.99 | 0 | 0.28 | 288.07 | 0.98 | 0.36 |
| Hex | 93 | 2 | B7 | 14 | 63 | 0 | 1C | 120 | 62 | 24 |
| Octal | 223 | 2 | 267 | 24 | 143 | 0 | 34 | 440 | 142 | 44 |
| Binary | 10010011 | 10 | 10110111 | 10100 | 1100011 | 0 | 11100 | 100100000 | 1100010 | 100100 |
Color Harmonies of #9302B7
Complementary color
Monochromatic Colors of #9302B7
Black with #9302B7
Text Example
Text Example
White with #9302B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302B7; }
p { color: rgb(147,2,183); }
H1.HeaderClassName
{
color: #9302B7;
}
.AnyTagClassName
{
color: #9302B7;
}
</style>
background-color css
<style>
a { background-color: #9302B7; }
a { background-color: rgb(147,2,183); }
div.DivClassName
{
background-color: #9302B7;
}
.BgClassName
{
background-color: #9302B7;
}
</style>
border-color css
<style>
span { border-color: #9302B7; }
span { border-color: rgb(147,2,183); }
td.TdClassName
{
border-color: #9302B7;
}
.TagClassName
{
border-color: #9302B7;
}
</style>