Shades of Dark Violet #9303BA
Tints of Dark Violet #9303BA
RGB
CMYK
RGB Variations
Color information
#9303BA (or 0x9303BA) is known color: Dark Violet. HEX triplet: 93, 03 and BA. RGB value is (147,3,186). Sum of RGB (Red+Green+Blue) = 147+3+186=336 (44% of max value = 765). Red value is 147 (57.81% from 255 or 43.75% from 336); Green value is 3 (1.56% from 255 or 0.89% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #9303BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303BA is #6CFC45. Grayscale: #424242. Windows color (decimal): -7142470 or 12190611. OLE color: 12190611.
HSL color Cylindrical-coordinate representation of color #9303BA: hue angle of 287.21º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303BA is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 3 | 186 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.27 |
| HSL | 287.21º | 0.97% | 0.37% | - |
| HSV(B) | 287.21º | 0.98% | 0.73% | - |
| XYZ | 20.93 | 9.81 | 47.25 | - |
| YUV | 66.92 | 195.21 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 186 | 0.21 | 0.98 | 0 | 0.27 | 287.21 | 0.97 | 0.37 |
| Hex | 93 | 3 | BA | 15 | 62 | 0 | 1B | 11F | 61 | 25 |
| Octal | 223 | 3 | 272 | 25 | 142 | 0 | 33 | 437 | 141 | 45 |
| Binary | 10010011 | 11 | 10111010 | 10101 | 1100010 | 0 | 11011 | 100011111 | 1100001 | 100101 |
Color Harmonies of #9303BA
Complementary color
Monochromatic Colors of #9303BA
Black with #9303BA
Text Example
Text Example
White with #9303BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303BA; }
p { color: rgb(147,3,186); }
H1.HeaderClassName
{
color: #9303BA;
}
.AnyTagClassName
{
color: #9303BA;
}
</style>
background-color css
<style>
a { background-color: #9303BA; }
a { background-color: rgb(147,3,186); }
div.DivClassName
{
background-color: #9303BA;
}
.BgClassName
{
background-color: #9303BA;
}
</style>
border-color css
<style>
span { border-color: #9303BA; }
span { border-color: rgb(147,3,186); }
td.TdClassName
{
border-color: #9303BA;
}
.TagClassName
{
border-color: #9303BA;
}
</style>