Shades of Medium Purple #9275DC
Tints of Medium Purple #9275DC
RGB
CMYK
RGB Variations
Color information
#9275DC (or 0x9275DC) is known color: Medium Purple. HEX triplet: 92, 75 and DC. RGB value is (146,117,220). Sum of RGB (Red+Green+Blue) = 146+117+220=483 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.23% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 220 (86.33% from 255 or 45.55% from 483); Max value from RGB is 220 - color contains mainly: blue. Hex color #9275DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9275DC is #6D8A23. Grayscale: #898989. Windows color (decimal): -7178788 or 14448018. OLE color: 14448018.
HSL color Cylindrical-coordinate representation of color #9275DC: hue angle of 256.89º 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 #9275DC is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 146 | 117 | 220 | - |
| CMYK | 0.34 | 0.47 | 0 | 0.14 |
| HSL | 256.89º | 0.6% | 0.66% | - |
| HSV(B) | 256.89º | 0.47% | 0.86% | - |
| XYZ | 31.13 | 24 | 70.7 | - |
| YUV | 137.41 | 174.61 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 117 | 220 | 0.34 | 0.47 | 0 | 0.14 | 256.89 | 0.6 | 0.66 |
| Hex | 92 | 75 | DC | 22 | 2F | 0 | E | 101 | 3C | 42 |
| Octal | 222 | 165 | 334 | 42 | 57 | 0 | 16 | 401 | 74 | 102 |
| Binary | 10010010 | 1110101 | 11011100 | 100010 | 101111 | 0 | 1110 | 100000001 | 111100 | 1000010 |
Color Harmonies of #9275DC
Complementary color
Monochromatic Colors of #9275DC
Black with #9275DC
Text Example
Text Example
White with #9275DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9275DC; }
p { color: rgb(146,117,220); }
H1.HeaderClassName
{
color: #9275DC;
}
.AnyTagClassName
{
color: #9275DC;
}
</style>
background-color css
<style>
a { background-color: #9275DC; }
a { background-color: rgb(146,117,220); }
div.DivClassName
{
background-color: #9275DC;
}
.BgClassName
{
background-color: #9275DC;
}
</style>
border-color css
<style>
span { border-color: #9275DC; }
span { border-color: rgb(146,117,220); }
td.TdClassName
{
border-color: #9275DC;
}
.TagClassName
{
border-color: #9275DC;
}
</style>