Shades of Dark Purple #9B1C90
Tints of Dark Purple #9B1C90
RGB
CMYK
RGB Variations
Color information
#9B1C90 (or 0x9B1C90) is known color: Dark Purple. HEX triplet: 9B, 1C and 90. RGB value is (155,28,144). Sum of RGB (Red+Green+Blue) = 155+28+144=327 (43% of max value = 765). Red value is 155 (60.94% from 255 or 47.40% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B1C90 is #64E36F. Grayscale: #4E4E4E. Windows color (decimal): -6611824 or 9444507. OLE color: 9444507.
HSL color Cylindrical-coordinate representation of color #9B1C90: hue angle of 305.2º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9B1C90 is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 144 | - |
| CMYK | 0 | 0.82 | 0.07 | 0.39 |
| HSL | 305.2º | 0.69% | 0.36% | - |
| HSV(B) | 305.2º | 0.82% | 0.61% | - |
| XYZ | 18.97 | 9.81 | 27.28 | - |
| YUV | 79.2 | 164.58 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 144 | 0 | 0.82 | 0.07 | 0.39 | 305.2 | 0.69 | 0.36 |
| Hex | 9B | 1C | 90 | 0 | 52 | 7 | 27 | 131 | 45 | 24 |
| Octal | 233 | 34 | 220 | 0 | 122 | 7 | 47 | 461 | 105 | 44 |
| Binary | 10011011 | 11100 | 10010000 | 0 | 1010010 | 111 | 100111 | 100110001 | 1000101 | 100100 |
Color Harmonies of #9B1C90
Complementary color
Monochromatic Colors of #9B1C90
Black with #9B1C90
Text Example
Text Example
White with #9B1C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C90; }
p { color: rgb(155,28,144); }
H1.HeaderClassName
{
color: #9B1C90;
}
.AnyTagClassName
{
color: #9B1C90;
}
</style>
background-color css
<style>
a { background-color: #9B1C90; }
a { background-color: rgb(155,28,144); }
div.DivClassName
{
background-color: #9B1C90;
}
.BgClassName
{
background-color: #9B1C90;
}
</style>
border-color css
<style>
span { border-color: #9B1C90; }
span { border-color: rgb(155,28,144); }
td.TdClassName
{
border-color: #9B1C90;
}
.TagClassName
{
border-color: #9B1C90;
}
</style>