Shades of Dark Purple #9B2495
Tints of Dark Purple #9B2495
RGB
CMYK
RGB Variations
Color information
#9B2495 (or 0x9B2495) is known color: Dark Purple. HEX triplet: 9B, 24 and 95. RGB value is (155,36,149). Sum of RGB (Red+Green+Blue) = 155+36+149=340 (45% of max value = 765). Red value is 155 (60.94% from 255 or 45.59% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 155 - color contains mainly: red. Hex color #9B2495 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B2495 is #64DB6A. Grayscale: #545454. Windows color (decimal): -6609771 or 9774235. OLE color: 9774235.
HSL color Cylindrical-coordinate representation of color #9B2495: hue angle of 303.03º degrees, saturation: 0.62, 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 #9B2495 is Cyan = 0, Magento = 0.77, Yellow = 0.04 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 36 | 149 | - |
| CMYK | 0 | 0.77 | 0.04 | 0.39 |
| HSL | 303.03º | 0.62% | 0.37% | - |
| HSV(B) | 303.03º | 0.77% | 0.61% | - |
| XYZ | 19.57 | 10.4 | 29.41 | - |
| YUV | 84.46 | 164.42 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 36 | 149 | 0 | 0.77 | 0.04 | 0.39 | 303.03 | 0.62 | 0.37 |
| Hex | 9B | 24 | 95 | 0 | 4D | 4 | 27 | 12F | 3E | 25 |
| Octal | 233 | 44 | 225 | 0 | 115 | 4 | 47 | 457 | 76 | 45 |
| Binary | 10011011 | 100100 | 10010101 | 0 | 1001101 | 100 | 100111 | 100101111 | 111110 | 100101 |
Color Harmonies of #9B2495
Complementary color
Monochromatic Colors of #9B2495
Black with #9B2495
Text Example
Text Example
White with #9B2495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B2495; }
p { color: rgb(155,36,149); }
H1.HeaderClassName
{
color: #9B2495;
}
.AnyTagClassName
{
color: #9B2495;
}
</style>
background-color css
<style>
a { background-color: #9B2495; }
a { background-color: rgb(155,36,149); }
div.DivClassName
{
background-color: #9B2495;
}
.BgClassName
{
background-color: #9B2495;
}
</style>
border-color css
<style>
span { border-color: #9B2495; }
span { border-color: rgb(155,36,149); }
td.TdClassName
{
border-color: #9B2495;
}
.TagClassName
{
border-color: #9B2495;
}
</style>