Shades of Dark Violet #9303B1
Tints of Dark Violet #9303B1
RGB
CMYK
RGB Variations
Color information
#9303B1 (or 0x9303B1) is known color: Dark Violet. HEX triplet: 93, 03 and B1. RGB value is (147,3,177). Sum of RGB (Red+Green+Blue) = 147+3+177=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 3 (1.56% from 255 or 0.92% from 327); Blue value is 177 (69.53% from 255 or 54.13% from 327); Max value from RGB is 177 - color contains mainly: blue. Hex color #9303B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9303B1 is #6CFC4E. Grayscale: #414141. Windows color (decimal): -7142479 or 11600787. OLE color: 11600787.
HSL color Cylindrical-coordinate representation of color #9303B1: hue angle of 289.66º 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 #9303B1 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 3 | 177 | - |
| CMYK | 0.17 | 0.98 | 0 | 0.31 |
| HSL | 289.66º | 0.97% | 0.35% | - |
| HSV(B) | 289.66º | 0.98% | 0.69% | - |
| XYZ | 20 | 9.44 | 42.36 | - |
| YUV | 65.89 | 190.71 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 177 | 0.17 | 0.98 | 0 | 0.31 | 289.66 | 0.97 | 0.35 |
| Hex | 93 | 3 | B1 | 11 | 62 | 0 | 1F | 122 | 61 | 23 |
| Octal | 223 | 3 | 261 | 21 | 142 | 0 | 37 | 442 | 141 | 43 |
| Binary | 10010011 | 11 | 10110001 | 10001 | 1100010 | 0 | 11111 | 100100010 | 1100001 | 100011 |
Color Harmonies of #9303B1
Complementary color
Monochromatic Colors of #9303B1
Black with #9303B1
Text Example
Text Example
White with #9303B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303B1; }
p { color: rgb(147,3,177); }
H1.HeaderClassName
{
color: #9303B1;
}
.AnyTagClassName
{
color: #9303B1;
}
</style>
background-color css
<style>
a { background-color: #9303B1; }
a { background-color: rgb(147,3,177); }
div.DivClassName
{
background-color: #9303B1;
}
.BgClassName
{
background-color: #9303B1;
}
</style>
border-color css
<style>
span { border-color: #9303B1; }
span { border-color: rgb(147,3,177); }
td.TdClassName
{
border-color: #9303B1;
}
.TagClassName
{
border-color: #9303B1;
}
</style>