Shades of Dark Purple #9B398A
Tints of Dark Purple #9B398A
RGB
CMYK
RGB Variations
Color information
#9B398A (or 0x9B398A) is known color: Dark Purple. HEX triplet: 9B, 39 and 8A. RGB value is (155,57,138). Sum of RGB (Red+Green+Blue) = 155+57+138=350 (46% of max value = 765). Red value is 155 (60.94% from 255 or 44.29% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 138 (54.30% from 255 or 39.43% from 350); Max value from RGB is 155 - color contains mainly: red. Hex color #9B398A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B398A is #64C675. Grayscale: #5F5F5F. Windows color (decimal): -6604406 or 9058715. OLE color: 9058715.
HSL color Cylindrical-coordinate representation of color #9B398A: hue angle of 310.41º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B398A is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 57 | 138 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.39 |
| HSL | 310.41º | 0.46% | 0.42% | - |
| HSV(B) | 310.41º | 0.63% | 0.61% | - |
| XYZ | 19.57 | 11.73 | 25.28 | - |
| YUV | 95.54 | 151.97 | 170.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 57 | 138 | 0 | 0.63 | 0.11 | 0.39 | 310.41 | 0.46 | 0.42 |
| Hex | 9B | 39 | 8A | 0 | 3F | B | 27 | 136 | 2E | 2A |
| Octal | 233 | 71 | 212 | 0 | 77 | 13 | 47 | 466 | 56 | 52 |
| Binary | 10011011 | 111001 | 10001010 | 0 | 111111 | 1011 | 100111 | 100110110 | 101110 | 101010 |
Color Harmonies of #9B398A
Complementary color
Monochromatic Colors of #9B398A
Black with #9B398A
Text Example
Text Example
White with #9B398A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B398A; }
p { color: rgb(155,57,138); }
H1.HeaderClassName
{
color: #9B398A;
}
.AnyTagClassName
{
color: #9B398A;
}
</style>
background-color css
<style>
a { background-color: #9B398A; }
a { background-color: rgb(155,57,138); }
div.DivClassName
{
background-color: #9B398A;
}
.BgClassName
{
background-color: #9B398A;
}
</style>
border-color css
<style>
span { border-color: #9B398A; }
span { border-color: rgb(155,57,138); }
td.TdClassName
{
border-color: #9B398A;
}
.TagClassName
{
border-color: #9B398A;
}
</style>