Shades of Dark Purple #9B258E
Tints of Dark Purple #9B258E
RGB
CMYK
RGB Variations
Color information
#9B258E (or 0x9B258E) is known color: Dark Purple. HEX triplet: 9B, 25 and 8E. RGB value is (155,37,142). Sum of RGB (Red+Green+Blue) = 155+37+142=334 (44% of max value = 765). Red value is 155 (60.94% from 255 or 46.41% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 155 - color contains mainly: red. Hex color #9B258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B258E is #64DA71. Grayscale: #535353. Windows color (decimal): -6609522 or 9315739. OLE color: 9315739.
HSL color Cylindrical-coordinate representation of color #9B258E: hue angle of 306.61º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9B258E is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 37 | 142 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.39 |
| HSL | 306.61º | 0.61% | 0.38% | - |
| HSV(B) | 306.61º | 0.76% | 0.61% | - |
| XYZ | 19.06 | 10.24 | 26.56 | - |
| YUV | 84.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 37 | 142 | 0 | 0.76 | 0.08 | 0.39 | 306.61 | 0.61 | 0.38 |
| Hex | 9B | 25 | 8E | 0 | 4C | 8 | 27 | 133 | 3D | 26 |
| Octal | 233 | 45 | 216 | 0 | 114 | 10 | 47 | 463 | 75 | 46 |
| Binary | 10011011 | 100101 | 10001110 | 0 | 1001100 | 1000 | 100111 | 100110011 | 111101 | 100110 |
Color Harmonies of #9B258E
Complementary color
Monochromatic Colors of #9B258E
Black with #9B258E
Text Example
Text Example
White with #9B258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B258E; }
p { color: rgb(155,37,142); }
H1.HeaderClassName
{
color: #9B258E;
}
.AnyTagClassName
{
color: #9B258E;
}
</style>
background-color css
<style>
a { background-color: #9B258E; }
a { background-color: rgb(155,37,142); }
div.DivClassName
{
background-color: #9B258E;
}
.BgClassName
{
background-color: #9B258E;
}
</style>
border-color css
<style>
span { border-color: #9B258E; }
span { border-color: rgb(155,37,142); }
td.TdClassName
{
border-color: #9B258E;
}
.TagClassName
{
border-color: #9B258E;
}
</style>