Shades of Dark Violet #9303B5
Tints of Dark Violet #9303B5
RGB
CMYK
RGB Variations
Color information
#9303B5 (or 0x9303B5) is known color: Dark Violet. HEX triplet: 93, 03 and B5. RGB value is (147,3,181). Sum of RGB (Red+Green+Blue) = 147+3+181=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #9303B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303B5 is #6CFC4A. Grayscale: #414141. Windows color (decimal): -7142475 or 11862931. OLE color: 11862931.
HSL color Cylindrical-coordinate representation of color #9303B5: hue angle of 288.54º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303B5 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 147 | 3 | 181 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.29 |
| HSL | 288.54º | 0.97% | 0.36% | - |
| HSV(B) | 288.54º | 0.98% | 0.71% | - |
| XYZ | 20.41 | 9.6 | 44.49 | - |
| YUV | 66.35 | 192.71 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 181 | 0.19 | 0.98 | 0 | 0.29 | 288.54 | 0.97 | 0.36 |
| Hex | 93 | 3 | B5 | 13 | 62 | 0 | 1D | 121 | 61 | 24 |
| Octal | 223 | 3 | 265 | 23 | 142 | 0 | 35 | 441 | 141 | 44 |
| Binary | 10010011 | 11 | 10110101 | 10011 | 1100010 | 0 | 11101 | 100100001 | 1100001 | 100100 |
Color Harmonies of #9303B5
Complementary color
Monochromatic Colors of #9303B5
Black with #9303B5
Text Example
Text Example
White with #9303B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303B5; }
p { color: rgb(147,3,181); }
H1.HeaderClassName
{
color: #9303B5;
}
.AnyTagClassName
{
color: #9303B5;
}
</style>
background-color css
<style>
a { background-color: #9303B5; }
a { background-color: rgb(147,3,181); }
div.DivClassName
{
background-color: #9303B5;
}
.BgClassName
{
background-color: #9303B5;
}
</style>
border-color css
<style>
span { border-color: #9303B5; }
span { border-color: rgb(147,3,181); }
td.TdClassName
{
border-color: #9303B5;
}
.TagClassName
{
border-color: #9303B5;
}
</style>