Shades of Dark Violet #9504BC
Tints of Dark Violet #9504BC
RGB
CMYK
RGB Variations
Color information
#9504BC (or 0x9504BC) is known color: Dark Violet. HEX triplet: 95, 04 and BC. RGB value is (149,4,188). Sum of RGB (Red+Green+Blue) = 149+4+188=341 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.70% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 188 (73.83% from 255 or 55.13% from 341); Max value from RGB is 188 - color contains mainly: blue. Hex color #9504BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9504BC is #6AFB43. Grayscale: #434343. Windows color (decimal): -7011140 or 12321941. OLE color: 12321941.
HSL color Cylindrical-coordinate representation of color #9504BC: hue angle of 287.28º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9504BC is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 4 | 188 | - |
| CMYK | 0.21 | 0.98 | 0 | 0.26 |
| HSL | 287.28º | 0.96% | 0.38% | - |
| HSV(B) | 287.28º | 0.98% | 0.74% | - |
| XYZ | 21.51 | 10.11 | 48.39 | - |
| YUV | 68.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 4 | 188 | 0.21 | 0.98 | 0 | 0.26 | 287.28 | 0.96 | 0.38 |
| Hex | 95 | 4 | BC | 15 | 62 | 0 | 1A | 11F | 60 | 26 |
| Octal | 225 | 4 | 274 | 25 | 142 | 0 | 32 | 437 | 140 | 46 |
| Binary | 10010101 | 100 | 10111100 | 10101 | 1100010 | 0 | 11010 | 100011111 | 1100000 | 100110 |
Color Harmonies of #9504BC
Complementary color
Monochromatic Colors of #9504BC
Black with #9504BC
Text Example
Text Example
White with #9504BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9504BC; }
p { color: rgb(149,4,188); }
H1.HeaderClassName
{
color: #9504BC;
}
.AnyTagClassName
{
color: #9504BC;
}
</style>
background-color css
<style>
a { background-color: #9504BC; }
a { background-color: rgb(149,4,188); }
div.DivClassName
{
background-color: #9504BC;
}
.BgClassName
{
background-color: #9504BC;
}
</style>
border-color css
<style>
span { border-color: #9504BC; }
span { border-color: rgb(149,4,188); }
td.TdClassName
{
border-color: #9504BC;
}
.TagClassName
{
border-color: #9504BC;
}
</style>