Shades of Medium Purple #9674DC
Tints of Medium Purple #9674DC
RGB
CMYK
RGB Variations
Color information
#9674DC (or 0x9674DC) is known color: Medium Purple. HEX triplet: 96, 74 and DC. RGB value is (150,116,220). Sum of RGB (Red+Green+Blue) = 150+116+220=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 116 (45.70% from 255 or 23.87% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #9674DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9674DC is #698B23. Grayscale: #898989. Windows color (decimal): -6916900 or 14447766. OLE color: 14447766.
HSL color Cylindrical-coordinate representation of color #9674DC: hue angle of 259.62º 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 #9674DC is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 116 | 220 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.14 |
| HSL | 259.62º | 0.6% | 0.66% | - |
| HSV(B) | 259.62º | 0.47% | 0.86% | - |
| XYZ | 31.74 | 24.14 | 70.7 | - |
| YUV | 138.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 116 | 220 | 0.32 | 0.47 | 0 | 0.14 | 259.62 | 0.6 | 0.66 |
| Hex | 96 | 74 | DC | 20 | 2F | 0 | E | 104 | 3C | 42 |
| Octal | 226 | 164 | 334 | 40 | 57 | 0 | 16 | 404 | 74 | 102 |
| Binary | 10010110 | 1110100 | 11011100 | 100000 | 101111 | 0 | 1110 | 100000100 | 111100 | 1000010 |
Color Harmonies of #9674DC
Complementary color
Monochromatic Colors of #9674DC
Black with #9674DC
Text Example
Text Example
White with #9674DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9674DC; }
p { color: rgb(150,116,220); }
H1.HeaderClassName
{
color: #9674DC;
}
.AnyTagClassName
{
color: #9674DC;
}
</style>
background-color css
<style>
a { background-color: #9674DC; }
a { background-color: rgb(150,116,220); }
div.DivClassName
{
background-color: #9674DC;
}
.BgClassName
{
background-color: #9674DC;
}
</style>
border-color css
<style>
span { border-color: #9674DC; }
span { border-color: rgb(150,116,220); }
td.TdClassName
{
border-color: #9674DC;
}
.TagClassName
{
border-color: #9674DC;
}
</style>