Shades of Dark Violet #9302B0
Tints of Dark Violet #9302B0
RGB
CMYK
RGB Variations
Color information
#9302B0 (or 0x9302B0) is known color: Dark Violet. HEX triplet: 93, 02 and B0. RGB value is (147,2,176). Sum of RGB (Red+Green+Blue) = 147+2+176=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 2 (1.17% from 255 or 0.62% from 325); Blue value is 176 (69.14% from 255 or 54.15% from 325); Max value from RGB is 176 - color contains mainly: blue. Hex color #9302B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9302B0 is #6CFD4F. Grayscale: #404040. Windows color (decimal): -7142736 or 11534995. OLE color: 11534995.
HSL color Cylindrical-coordinate representation of color #9302B0: hue angle of 290º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9302B0 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 2 | 176 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.31 |
| HSL | 290º | 0.98% | 0.35% | - |
| HSV(B) | 290º | 0.99% | 0.69% | - |
| XYZ | 19.89 | 9.38 | 41.84 | - |
| YUV | 65.19 | 190.54 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 2 | 176 | 0.16 | 0.99 | 0 | 0.31 | 290 | 0.98 | 0.35 |
| Hex | 93 | 2 | B0 | 10 | 63 | 0 | 1F | 122 | 62 | 23 |
| Octal | 223 | 2 | 260 | 20 | 143 | 0 | 37 | 442 | 142 | 43 |
| Binary | 10010011 | 10 | 10110000 | 10000 | 1100011 | 0 | 11111 | 100100010 | 1100010 | 100011 |
Color Harmonies of #9302B0
Complementary color
Monochromatic Colors of #9302B0
Black with #9302B0
Text Example
Text Example
White with #9302B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9302B0; }
p { color: rgb(147,2,176); }
H1.HeaderClassName
{
color: #9302B0;
}
.AnyTagClassName
{
color: #9302B0;
}
</style>
background-color css
<style>
a { background-color: #9302B0; }
a { background-color: rgb(147,2,176); }
div.DivClassName
{
background-color: #9302B0;
}
.BgClassName
{
background-color: #9302B0;
}
</style>
border-color css
<style>
span { border-color: #9302B0; }
span { border-color: rgb(147,2,176); }
td.TdClassName
{
border-color: #9302B0;
}
.TagClassName
{
border-color: #9302B0;
}
</style>