Shades of Medium Purple #9585E0
Tints of Medium Purple #9585E0
RGB
CMYK
RGB Variations
Color information
#9585E0 (or 0x9585E0) is known color: Medium Purple. HEX triplet: 95, 85 and E0. RGB value is (149,133,224). Sum of RGB (Red+Green+Blue) = 149+133+224=506 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.45% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 224 (87.89% from 255 or 44.27% from 506); Max value from RGB is 224 - color contains mainly: blue. Hex color #9585E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9585E0 is #6A7A1F. Grayscale: #939393. Windows color (decimal): -6978080 or 14714261. OLE color: 14714261.
HSL color Cylindrical-coordinate representation of color #9585E0: hue angle of 250.55º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9585E0 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 149 | 133 | 224 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.12 |
| HSL | 250.55º | 0.59% | 0.7% | - |
| HSV(B) | 250.55º | 0.41% | 0.88% | - |
| XYZ | 34.24 | 28.55 | 74.23 | - |
| YUV | 148.16 | 170.8 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 133 | 224 | 0.33 | 0.41 | 0 | 0.12 | 250.55 | 0.59 | 0.7 |
| Hex | 95 | 85 | E0 | 21 | 29 | 0 | C | FB | 3B | 46 |
| Octal | 225 | 205 | 340 | 41 | 51 | 0 | 14 | 373 | 73 | 106 |
| Binary | 10010101 | 10000101 | 11100000 | 100001 | 101001 | 0 | 1100 | 11111011 | 111011 | 1000110 |
Color Harmonies of #9585E0
Complementary color
Monochromatic Colors of #9585E0
Black with #9585E0
Text Example
Text Example
White with #9585E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9585E0; }
p { color: rgb(149,133,224); }
H1.HeaderClassName
{
color: #9585E0;
}
.AnyTagClassName
{
color: #9585E0;
}
</style>
background-color css
<style>
a { background-color: #9585E0; }
a { background-color: rgb(149,133,224); }
div.DivClassName
{
background-color: #9585E0;
}
.BgClassName
{
background-color: #9585E0;
}
</style>
border-color css
<style>
span { border-color: #9585E0; }
span { border-color: rgb(149,133,224); }
td.TdClassName
{
border-color: #9585E0;
}
.TagClassName
{
border-color: #9585E0;
}
</style>