Shades of Medium Purple #9667DA
Tints of Medium Purple #9667DA
RGB
CMYK
RGB Variations
Color information
#9667DA (or 0x9667DA) is known color: Medium Purple. HEX triplet: 96, 67 and DA. RGB value is (150,103,218). Sum of RGB (Red+Green+Blue) = 150+103+218=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 103 (40.62% from 255 or 21.87% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #9667DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9667DA is #699825. Grayscale: #818181. Windows color (decimal): -6920230 or 14313366. OLE color: 14313366.
HSL color Cylindrical-coordinate representation of color #9667DA: hue angle of 264.52º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9667DA is Cyan = 0.31, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 150 | 103 | 218 | - |
| CMYK | 0.31 | 0.53 | 0 | 0.15 |
| HSL | 264.52º | 0.61% | 0.63% | - |
| HSV(B) | 264.52º | 0.53% | 0.85% | - |
| XYZ | 30.08 | 21.25 | 68.85 | - |
| YUV | 130.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 218 | 0.31 | 0.53 | 0 | 0.15 | 264.52 | 0.61 | 0.63 |
| Hex | 96 | 67 | DA | 1F | 35 | 0 | F | 109 | 3D | 3F |
| Octal | 226 | 147 | 332 | 37 | 65 | 0 | 17 | 411 | 75 | 77 |
| Binary | 10010110 | 1100111 | 11011010 | 11111 | 110101 | 0 | 1111 | 100001001 | 111101 | 111111 |
Color Harmonies of #9667DA
Complementary color
Monochromatic Colors of #9667DA
Black with #9667DA
Text Example
Text Example
White with #9667DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9667DA; }
p { color: rgb(150,103,218); }
H1.HeaderClassName
{
color: #9667DA;
}
.AnyTagClassName
{
color: #9667DA;
}
</style>
background-color css
<style>
a { background-color: #9667DA; }
a { background-color: rgb(150,103,218); }
div.DivClassName
{
background-color: #9667DA;
}
.BgClassName
{
background-color: #9667DA;
}
</style>
border-color css
<style>
span { border-color: #9667DA; }
span { border-color: rgb(150,103,218); }
td.TdClassName
{
border-color: #9667DA;
}
.TagClassName
{
border-color: #9667DA;
}
</style>