Shades of Dark Violet #9302B4
Tints of Dark Violet #9302B4
RGB
CMYK
RGB Variations
Color information
#9302B4 (or 0x9302B4) is known color: Dark Violet. HEX triplet: 93, 02 and B4. RGB value is (147,2,180). Sum of RGB (Red+Green+Blue) = 147+2+180=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #9302B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9302B4 is #6CFD4B. Grayscale: #414141. Windows color (decimal): -7142732 or 11797139. OLE color: 11797139.
HSL color Cylindrical-coordinate representation of color #9302B4: hue angle of 288.88º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302B4 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 2 | 180 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.29 |
| HSL | 288.88º | 0.98% | 0.36% | - |
| HSV(B) | 288.88º | 0.99% | 0.71% | - |
| XYZ | 20.29 | 9.54 | 43.95 | - |
| YUV | 65.65 | 192.54 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 180 | 0.18 | 0.99 | 0 | 0.29 | 288.88 | 0.98 | 0.36 |
| Hex | 93 | 2 | B4 | 12 | 63 | 0 | 1D | 121 | 62 | 24 |
| Octal | 223 | 2 | 264 | 22 | 143 | 0 | 35 | 441 | 142 | 44 |
| Binary | 10010011 | 10 | 10110100 | 10010 | 1100011 | 0 | 11101 | 100100001 | 1100010 | 100100 |
Color Harmonies of #9302B4
Complementary color
Monochromatic Colors of #9302B4
Black with #9302B4
Text Example
Text Example
White with #9302B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302B4; }
p { color: rgb(147,2,180); }
H1.HeaderClassName
{
color: #9302B4;
}
.AnyTagClassName
{
color: #9302B4;
}
</style>
background-color css
<style>
a { background-color: #9302B4; }
a { background-color: rgb(147,2,180); }
div.DivClassName
{
background-color: #9302B4;
}
.BgClassName
{
background-color: #9302B4;
}
</style>
border-color css
<style>
span { border-color: #9302B4; }
span { border-color: rgb(147,2,180); }
td.TdClassName
{
border-color: #9302B4;
}
.TagClassName
{
border-color: #9302B4;
}
</style>