Shades of Medium Purple #9362DC
Tints of Medium Purple #9362DC
RGB
CMYK
RGB Variations
Color information
#9362DC (or 0x9362DC) is known color: Medium Purple. HEX triplet: 93, 62 and DC. RGB value is (147,98,220). Sum of RGB (Red+Green+Blue) = 147+98+220=465 (61% of max value = 765). Red value is 147 (57.81% from 255 or 31.61% from 465); Green value is 98 (38.67% from 255 or 21.08% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #9362DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362DC is #6C9D23. Grayscale: #7E7E7E. Windows color (decimal): -7118116 or 14443155. OLE color: 14443155.
HSL color Cylindrical-coordinate representation of color #9362DC: hue angle of 264.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9362DC is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 98 | 220 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.14 |
| HSL | 264.1º | 0.64% | 0.62% | - |
| HSV(B) | 264.1º | 0.55% | 0.86% | - |
| XYZ | 29.32 | 20.11 | 70.05 | - |
| YUV | 126.56 | 180.73 | 142.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 220 | 0.33 | 0.55 | 0 | 0.14 | 264.1 | 0.64 | 0.62 |
| Hex | 93 | 62 | DC | 21 | 37 | 0 | E | 108 | 40 | 3E |
| Octal | 223 | 142 | 334 | 41 | 67 | 0 | 16 | 410 | 100 | 76 |
| Binary | 10010011 | 1100010 | 11011100 | 100001 | 110111 | 0 | 1110 | 100001000 | 1000000 | 111110 |
Color Harmonies of #9362DC
Complementary color
Monochromatic Colors of #9362DC
Black with #9362DC
Text Example
Text Example
White with #9362DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9362DC; }
p { color: rgb(147,98,220); }
H1.HeaderClassName
{
color: #9362DC;
}
.AnyTagClassName
{
color: #9362DC;
}
</style>
background-color css
<style>
a { background-color: #9362DC; }
a { background-color: rgb(147,98,220); }
div.DivClassName
{
background-color: #9362DC;
}
.BgClassName
{
background-color: #9362DC;
}
</style>
border-color css
<style>
span { border-color: #9362DC; }
span { border-color: rgb(147,98,220); }
td.TdClassName
{
border-color: #9362DC;
}
.TagClassName
{
border-color: #9362DC;
}
</style>