Shades of Dark Violet #9305D3
Tints of Dark Violet #9305D3
RGB
CMYK
RGB Variations
Color information
#9305D3 (or 0x9305D3) is known color: Dark Violet. HEX triplet: 93, 05 and D3. RGB value is (147,5,211). Sum of RGB (Red+Green+Blue) = 147+5+211=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 5 (2.34% from 255 or 1.38% from 363); Blue value is 211 (82.81% from 255 or 58.13% from 363); Max value from RGB is 211 - color contains mainly: blue. Hex color #9305D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9305D3 is #6CFA2C. Grayscale: #464646. Windows color (decimal): -7141933 or 13829523. OLE color: 13829523.
HSL color Cylindrical-coordinate representation of color #9305D3: hue angle of 281.36º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9305D3 is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 147 | 5 | 211 | - |
| CMYK | 0.30 | 0.98 | 0 | 0.17 |
| HSL | 281.36º | 0.95% | 0.42% | - |
| HSV(B) | 281.36º | 0.98% | 0.83% | - |
| XYZ | 23.84 | 11.01 | 62.5 | - |
| YUV | 70.94 | 207.04 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 5 | 211 | 0.30 | 0.98 | 0 | 0.17 | 281.36 | 0.95 | 0.42 |
| Hex | 93 | 5 | D3 | 1E | 62 | 0 | 11 | 119 | 5F | 2A |
| Octal | 223 | 5 | 323 | 36 | 142 | 0 | 21 | 431 | 137 | 52 |
| Binary | 10010011 | 101 | 11010011 | 11110 | 1100010 | 0 | 10001 | 100011001 | 1011111 | 101010 |
Color Harmonies of #9305D3
Complementary color
Monochromatic Colors of #9305D3
Black with #9305D3
Text Example
Text Example
White with #9305D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9305D3; }
p { color: rgb(147,5,211); }
H1.HeaderClassName
{
color: #9305D3;
}
.AnyTagClassName
{
color: #9305D3;
}
</style>
background-color css
<style>
a { background-color: #9305D3; }
a { background-color: rgb(147,5,211); }
div.DivClassName
{
background-color: #9305D3;
}
.BgClassName
{
background-color: #9305D3;
}
</style>
border-color css
<style>
span { border-color: #9305D3; }
span { border-color: rgb(147,5,211); }
td.TdClassName
{
border-color: #9305D3;
}
.TagClassName
{
border-color: #9305D3;
}
</style>