Shades of Medium Purple #9575DC
Tints of Medium Purple #9575DC
RGB
CMYK
RGB Variations
Color information
#9575DC (or 0x9575DC) is known color: Medium Purple. HEX triplet: 95, 75 and DC. RGB value is (149,117,220). Sum of RGB (Red+Green+Blue) = 149+117+220=486 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.66% from 486); Green value is 117 (46.09% from 255 or 24.07% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9575DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575DC is #6A8A23. Grayscale: #898989. Windows color (decimal): -6982180 or 14448021. OLE color: 14448021.
HSL color Cylindrical-coordinate representation of color #9575DC: hue angle of 258.64º 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 #9575DC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 117 | 220 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.14 |
| HSL | 258.64º | 0.6% | 0.66% | - |
| HSV(B) | 258.64º | 0.47% | 0.86% | - |
| XYZ | 31.67 | 24.28 | 70.73 | - |
| YUV | 138.31 | 174.1 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 220 | 0.32 | 0.47 | 0 | 0.14 | 258.64 | 0.6 | 0.66 |
| Hex | 95 | 75 | DC | 20 | 2F | 0 | E | 103 | 3C | 42 |
| Octal | 225 | 165 | 334 | 40 | 57 | 0 | 16 | 403 | 74 | 102 |
| Binary | 10010101 | 1110101 | 11011100 | 100000 | 101111 | 0 | 1110 | 100000011 | 111100 | 1000010 |
Color Harmonies of #9575DC
Complementary color
Monochromatic Colors of #9575DC
Black with #9575DC
Text Example
Text Example
White with #9575DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575DC; }
p { color: rgb(149,117,220); }
H1.HeaderClassName
{
color: #9575DC;
}
.AnyTagClassName
{
color: #9575DC;
}
</style>
background-color css
<style>
a { background-color: #9575DC; }
a { background-color: rgb(149,117,220); }
div.DivClassName
{
background-color: #9575DC;
}
.BgClassName
{
background-color: #9575DC;
}
</style>
border-color css
<style>
span { border-color: #9575DC; }
span { border-color: rgb(149,117,220); }
td.TdClassName
{
border-color: #9575DC;
}
.TagClassName
{
border-color: #9575DC;
}
</style>