Shades of Medium Purple #9C63EB
Tints of Medium Purple #9C63EB
RGB
CMYK
RGB Variations
Color information
#9C63EB (or 0x9C63EB) is known color: Medium Purple. HEX triplet: 9C, 63 and EB. RGB value is (156,99,235). Sum of RGB (Red+Green+Blue) = 156+99+235=490 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.84% from 490); Green value is 99 (39.06% from 255 or 20.20% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #9C63EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9C63EB is #639C14. Grayscale: #838383. Windows color (decimal): -6528021 or 15426460. OLE color: 15426460.
HSL color Cylindrical-coordinate representation of color #9C63EB: hue angle of 265.15º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9C63EB is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 156 | 99 | 235 | - |
| CMYK | 0.34 | 0.58 | 0 | 0.08 |
| HSL | 265.15º | 0.77% | 0.65% | - |
| HSV(B) | 265.15º | 0.58% | 0.92% | - |
| XYZ | 33.17 | 21.99 | 81.09 | - |
| YUV | 131.55 | 186.38 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 235 | 0.34 | 0.58 | 0 | 0.08 | 265.15 | 0.77 | 0.65 |
| Hex | 9C | 63 | EB | 22 | 3A | 0 | 8 | 109 | 4D | 41 |
| Octal | 234 | 143 | 353 | 42 | 72 | 0 | 10 | 411 | 115 | 101 |
| Binary | 10011100 | 1100011 | 11101011 | 100010 | 111010 | 0 | 1000 | 100001001 | 1001101 | 1000001 |
Color Harmonies of #9C63EB
Complementary color
Monochromatic Colors of #9C63EB
Black with #9C63EB
Text Example
Text Example
White with #9C63EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C63EB; }
p { color: rgb(156,99,235); }
H1.HeaderClassName
{
color: #9C63EB;
}
.AnyTagClassName
{
color: #9C63EB;
}
</style>
background-color css
<style>
a { background-color: #9C63EB; }
a { background-color: rgb(156,99,235); }
div.DivClassName
{
background-color: #9C63EB;
}
.BgClassName
{
background-color: #9C63EB;
}
</style>
border-color css
<style>
span { border-color: #9C63EB; }
span { border-color: rgb(156,99,235); }
td.TdClassName
{
border-color: #9C63EB;
}
.TagClassName
{
border-color: #9C63EB;
}
</style>