Shades of Dark Purple #96218C
Tints of Dark Purple #96218C
RGB
CMYK
RGB Variations
Color information
#96218C (or 0x96218C) is known color: Dark Purple. HEX triplet: 96, 21 and 8C. RGB value is (150,33,140). Sum of RGB (Red+Green+Blue) = 150+33+140=323 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.44% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 150 - color contains mainly: red. Hex color #96218C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96218C is #69DE73. Grayscale: #4F4F4F. Windows color (decimal): -6938228 or 9183638. OLE color: 9183638.
HSL color Cylindrical-coordinate representation of color #96218C: hue angle of 305.13º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96218C is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 140 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.41 |
| HSL | 305.13º | 0.64% | 0.36% | - |
| HSV(B) | 305.13º | 0.78% | 0.59% | - |
| XYZ | 17.86 | 9.47 | 25.7 | - |
| YUV | 80.18 | 161.76 | 177.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 140 | 0 | 0.78 | 0.07 | 0.41 | 305.13 | 0.64 | 0.36 |
| Hex | 96 | 21 | 8C | 0 | 4E | 7 | 29 | 131 | 40 | 24 |
| Octal | 226 | 41 | 214 | 0 | 116 | 7 | 51 | 461 | 100 | 44 |
| Binary | 10010110 | 100001 | 10001100 | 0 | 1001110 | 111 | 101001 | 100110001 | 1000000 | 100100 |
Color Harmonies of #96218C
Complementary color
Monochromatic Colors of #96218C
Black with #96218C
Text Example
Text Example
White with #96218C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96218C; }
p { color: rgb(150,33,140); }
H1.HeaderClassName
{
color: #96218C;
}
.AnyTagClassName
{
color: #96218C;
}
</style>
background-color css
<style>
a { background-color: #96218C; }
a { background-color: rgb(150,33,140); }
div.DivClassName
{
background-color: #96218C;
}
.BgClassName
{
background-color: #96218C;
}
</style>
border-color css
<style>
span { border-color: #96218C; }
span { border-color: rgb(150,33,140); }
td.TdClassName
{
border-color: #96218C;
}
.TagClassName
{
border-color: #96218C;
}
</style>