Shades of Medium Purple #9574DC
Tints of Medium Purple #9574DC
RGB
CMYK
RGB Variations
Color information
#9574DC (or 0x9574DC) is known color: Medium Purple. HEX triplet: 95, 74 and DC. RGB value is (149,116,220). Sum of RGB (Red+Green+Blue) = 149+116+220=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 116 (45.70% from 255 or 23.92% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #9574DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9574DC is #6A8B23. Grayscale: #898989. Windows color (decimal): -6982436 or 14447765. OLE color: 14447765.
HSL color Cylindrical-coordinate representation of color #9574DC: hue angle of 259.04º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9574DC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 116 | 220 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.14 |
| HSL | 259.04º | 0.6% | 0.66% | - |
| HSV(B) | 259.04º | 0.47% | 0.86% | - |
| XYZ | 31.56 | 24.05 | 70.69 | - |
| YUV | 137.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 116 | 220 | 0.32 | 0.47 | 0 | 0.14 | 259.04 | 0.6 | 0.66 |
| Hex | 95 | 74 | DC | 20 | 2F | 0 | E | 103 | 3C | 42 |
| Octal | 225 | 164 | 334 | 40 | 57 | 0 | 16 | 403 | 74 | 102 |
| Binary | 10010101 | 1110100 | 11011100 | 100000 | 101111 | 0 | 1110 | 100000011 | 111100 | 1000010 |
Color Harmonies of #9574DC
Complementary color
Monochromatic Colors of #9574DC
Black with #9574DC
Text Example
Text Example
White with #9574DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9574DC; }
p { color: rgb(149,116,220); }
H1.HeaderClassName
{
color: #9574DC;
}
.AnyTagClassName
{
color: #9574DC;
}
</style>
background-color css
<style>
a { background-color: #9574DC; }
a { background-color: rgb(149,116,220); }
div.DivClassName
{
background-color: #9574DC;
}
.BgClassName
{
background-color: #9574DC;
}
</style>
border-color css
<style>
span { border-color: #9574DC; }
span { border-color: rgb(149,116,220); }
td.TdClassName
{
border-color: #9574DC;
}
.TagClassName
{
border-color: #9574DC;
}
</style>