Shades of Medium Purple #9675DA
Tints of Medium Purple #9675DA
RGB
CMYK
RGB Variations
Color information
#9675DA (or 0x9675DA) is known color: Medium Purple. HEX triplet: 96, 75 and DA. RGB value is (150,117,218). Sum of RGB (Red+Green+Blue) = 150+117+218=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #9675DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9675DA is #698A25. Grayscale: #8A8A8A. Windows color (decimal): -6916646 or 14316950. OLE color: 14316950.
HSL color Cylindrical-coordinate representation of color #9675DA: hue angle of 259.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9675DA is Cyan = 0.31, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 117 | 218 | - |
| CMYK | 0.31 | 0.46 | 0 | 0.15 |
| HSL | 259.6º | 0.58% | 0.66% | - |
| HSV(B) | 259.6º | 0.46% | 0.85% | - |
| XYZ | 31.59 | 24.27 | 69.35 | - |
| YUV | 138.38 | 172.93 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 218 | 0.31 | 0.46 | 0 | 0.15 | 259.6 | 0.58 | 0.66 |
| Hex | 96 | 75 | DA | 1F | 2E | 0 | F | 104 | 3A | 42 |
| Octal | 226 | 165 | 332 | 37 | 56 | 0 | 17 | 404 | 72 | 102 |
| Binary | 10010110 | 1110101 | 11011010 | 11111 | 101110 | 0 | 1111 | 100000100 | 111010 | 1000010 |
Color Harmonies of #9675DA
Complementary color
Monochromatic Colors of #9675DA
Black with #9675DA
Text Example
Text Example
White with #9675DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9675DA; }
p { color: rgb(150,117,218); }
H1.HeaderClassName
{
color: #9675DA;
}
.AnyTagClassName
{
color: #9675DA;
}
</style>
background-color css
<style>
a { background-color: #9675DA; }
a { background-color: rgb(150,117,218); }
div.DivClassName
{
background-color: #9675DA;
}
.BgClassName
{
background-color: #9675DA;
}
</style>
border-color css
<style>
span { border-color: #9675DA; }
span { border-color: rgb(150,117,218); }
td.TdClassName
{
border-color: #9675DA;
}
.TagClassName
{
border-color: #9675DA;
}
</style>