Shades of Dark Purple #9B238E
Tints of Dark Purple #9B238E
RGB
CMYK
RGB Variations
Color information
#9B238E (or 0x9B238E) is known color: Dark Purple. HEX triplet: 9B, 23 and 8E. RGB value is (155,35,142). Sum of RGB (Red+Green+Blue) = 155+35+142=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B238E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B238E is #64DC71. Grayscale: #525252. Windows color (decimal): -6610034 or 9315227. OLE color: 9315227.
HSL color Cylindrical-coordinate representation of color #9B238E: hue angle of 306.5º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9B238E is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 35 | 142 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.39 |
| HSL | 306.5º | 0.63% | 0.37% | - |
| HSV(B) | 306.5º | 0.77% | 0.61% | - |
| XYZ | 19 | 10.12 | 26.54 | - |
| YUV | 83.08 | 161.26 | 179.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 35 | 142 | 0 | 0.77 | 0.08 | 0.39 | 306.5 | 0.63 | 0.37 |
| Hex | 9B | 23 | 8E | 0 | 4D | 8 | 27 | 132 | 3F | 25 |
| Octal | 233 | 43 | 216 | 0 | 115 | 10 | 47 | 462 | 77 | 45 |
| Binary | 10011011 | 100011 | 10001110 | 0 | 1001101 | 1000 | 100111 | 100110010 | 111111 | 100101 |
Color Harmonies of #9B238E
Complementary color
Monochromatic Colors of #9B238E
Black with #9B238E
Text Example
Text Example
White with #9B238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B238E; }
p { color: rgb(155,35,142); }
H1.HeaderClassName
{
color: #9B238E;
}
.AnyTagClassName
{
color: #9B238E;
}
</style>
background-color css
<style>
a { background-color: #9B238E; }
a { background-color: rgb(155,35,142); }
div.DivClassName
{
background-color: #9B238E;
}
.BgClassName
{
background-color: #9B238E;
}
</style>
border-color css
<style>
span { border-color: #9B238E; }
span { border-color: rgb(155,35,142); }
td.TdClassName
{
border-color: #9B238E;
}
.TagClassName
{
border-color: #9B238E;
}
</style>