Shades of Dark Purple #96268C
Tints of Dark Purple #96268C
RGB
CMYK
RGB Variations
Color information
#96268C (or 0x96268C) is known color: Dark Purple. HEX triplet: 96, 26 and 8C. RGB value is (150,38,140). Sum of RGB (Red+Green+Blue) = 150+38+140=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #96268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268C is #69D973. Grayscale: #525252. Windows color (decimal): -6936948 or 9184918. OLE color: 9184918.
HSL color Cylindrical-coordinate representation of color #96268C: hue angle of 305.36º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96268C is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 140 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.41 |
| HSL | 305.36º | 0.6% | 0.37% | - |
| HSV(B) | 305.36º | 0.75% | 0.59% | - |
| XYZ | 18 | 9.76 | 25.75 | - |
| YUV | 83.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 140 | 0 | 0.75 | 0.07 | 0.41 | 305.36 | 0.6 | 0.37 |
| Hex | 96 | 26 | 8C | 0 | 4B | 7 | 29 | 131 | 3C | 25 |
| Octal | 226 | 46 | 214 | 0 | 113 | 7 | 51 | 461 | 74 | 45 |
| Binary | 10010110 | 100110 | 10001100 | 0 | 1001011 | 111 | 101001 | 100110001 | 111100 | 100101 |
Color Harmonies of #96268C
Complementary color
Monochromatic Colors of #96268C
Black with #96268C
Text Example
Text Example
White with #96268C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96268C; }
p { color: rgb(150,38,140); }
H1.HeaderClassName
{
color: #96268C;
}
.AnyTagClassName
{
color: #96268C;
}
</style>
background-color css
<style>
a { background-color: #96268C; }
a { background-color: rgb(150,38,140); }
div.DivClassName
{
background-color: #96268C;
}
.BgClassName
{
background-color: #96268C;
}
</style>
border-color css
<style>
span { border-color: #96268C; }
span { border-color: rgb(150,38,140); }
td.TdClassName
{
border-color: #96268C;
}
.TagClassName
{
border-color: #96268C;
}
</style>