Shades of Medium Purple #9C62ED
Tints of Medium Purple #9C62ED
RGB
CMYK
RGB Variations
Color information
#9C62ED (or 0x9C62ED) is known color: Medium Purple. HEX triplet: 9C, 62 and ED. RGB value is (156,98,237). Sum of RGB (Red+Green+Blue) = 156+98+237=491 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.77% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #9C62ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C62ED is #639D12. Grayscale: #828282. Windows color (decimal): -6528275 or 15557276. OLE color: 15557276.
HSL color Cylindrical-coordinate representation of color #9C62ED: hue angle of 265.04º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C62ED is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 156 | 98 | 237 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.07 |
| HSL | 265.04º | 0.79% | 0.66% | - |
| HSV(B) | 265.04º | 0.59% | 0.93% | - |
| XYZ | 33.36 | 21.92 | 82.59 | - |
| YUV | 131.19 | 187.72 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 237 | 0.34 | 0.59 | 0 | 0.07 | 265.04 | 0.79 | 0.66 |
| Hex | 9C | 62 | ED | 22 | 3B | 0 | 7 | 109 | 4F | 42 |
| Octal | 234 | 142 | 355 | 42 | 73 | 0 | 7 | 411 | 117 | 102 |
| Binary | 10011100 | 1100010 | 11101101 | 100010 | 111011 | 0 | 111 | 100001001 | 1001111 | 1000010 |
Color Harmonies of #9C62ED
Complementary color
Monochromatic Colors of #9C62ED
Black with #9C62ED
Text Example
Text Example
White with #9C62ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C62ED; }
p { color: rgb(156,98,237); }
H1.HeaderClassName
{
color: #9C62ED;
}
.AnyTagClassName
{
color: #9C62ED;
}
</style>
background-color css
<style>
a { background-color: #9C62ED; }
a { background-color: rgb(156,98,237); }
div.DivClassName
{
background-color: #9C62ED;
}
.BgClassName
{
background-color: #9C62ED;
}
</style>
border-color css
<style>
span { border-color: #9C62ED; }
span { border-color: rgb(156,98,237); }
td.TdClassName
{
border-color: #9C62ED;
}
.TagClassName
{
border-color: #9C62ED;
}
</style>