Shades of Dark Violet #9303C6
Tints of Dark Violet #9303C6
RGB
CMYK
RGB Variations
Color information
#9303C6 (or 0x9303C6) is known color: Dark Violet. HEX triplet: 93, 03 and C6. RGB value is (147,3,198). Sum of RGB (Red+Green+Blue) = 147+3+198=348 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.24% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 198 (77.73% from 255 or 56.90% from 348); Max value from RGB is 198 - color contains mainly: blue. Hex color #9303C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9303C6 is #6CFC39. Grayscale: #434343. Windows color (decimal): -7142458 or 12977043. OLE color: 12977043.
HSL color Cylindrical-coordinate representation of color #9303C6: hue angle of 284.31º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9303C6 is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 3 | 198 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.22 |
| HSL | 284.31º | 0.97% | 0.39% | - |
| HSV(B) | 284.31º | 0.98% | 0.78% | - |
| XYZ | 22.26 | 10.35 | 54.25 | - |
| YUV | 68.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 3 | 198 | 0.26 | 0.98 | 0 | 0.22 | 284.31 | 0.97 | 0.39 |
| Hex | 93 | 3 | C6 | 1A | 62 | 0 | 16 | 11C | 61 | 27 |
| Octal | 223 | 3 | 306 | 32 | 142 | 0 | 26 | 434 | 141 | 47 |
| Binary | 10010011 | 11 | 11000110 | 11010 | 1100010 | 0 | 10110 | 100011100 | 1100001 | 100111 |
Color Harmonies of #9303C6
Complementary color
Monochromatic Colors of #9303C6
Black with #9303C6
Text Example
Text Example
White with #9303C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9303C6; }
p { color: rgb(147,3,198); }
H1.HeaderClassName
{
color: #9303C6;
}
.AnyTagClassName
{
color: #9303C6;
}
</style>
background-color css
<style>
a { background-color: #9303C6; }
a { background-color: rgb(147,3,198); }
div.DivClassName
{
background-color: #9303C6;
}
.BgClassName
{
background-color: #9303C6;
}
</style>
border-color css
<style>
span { border-color: #9303C6; }
span { border-color: rgb(147,3,198); }
td.TdClassName
{
border-color: #9303C6;
}
.TagClassName
{
border-color: #9303C6;
}
</style>