Shades of Dark Purple #9B1C74
Tints of Dark Purple #9B1C74
RGB
CMYK
RGB Variations
Color information
#9B1C74 (or 0x9B1C74) is known color: Dark Purple. HEX triplet: 9B, 1C and 74. RGB value is (155,28,116). Sum of RGB (Red+Green+Blue) = 155+28+116=299 (39% of max value = 765). Red value is 155 (60.94% from 255 or 51.84% from 299); Green value is 28 (11.33% from 255 or 9.36% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1C74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1C74 is #64E38B. Grayscale: #4B4B4B. Windows color (decimal): -6611852 or 7609499. OLE color: 7609499.
HSL color Cylindrical-coordinate representation of color #9B1C74: hue angle of 318.43º 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 #9B1C74 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 28 | 116 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.39 |
| HSL | 318.43º | 0.69% | 0.36% | - |
| HSV(B) | 318.43º | 0.82% | 0.61% | - |
| XYZ | 17.09 | 9.06 | 17.37 | - |
| YUV | 76.01 | 150.58 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 28 | 116 | 0 | 0.82 | 0.25 | 0.39 | 318.43 | 0.69 | 0.36 |
| Hex | 9B | 1C | 74 | 0 | 52 | 19 | 27 | 13E | 45 | 24 |
| Octal | 233 | 34 | 164 | 0 | 122 | 31 | 47 | 476 | 105 | 44 |
| Binary | 10011011 | 11100 | 1110100 | 0 | 1010010 | 11001 | 100111 | 100111110 | 1000101 | 100100 |
Color Harmonies of #9B1C74
Complementary color
Monochromatic Colors of #9B1C74
Black with #9B1C74
Text Example
Text Example
White with #9B1C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B1C74; }
p { color: rgb(155,28,116); }
H1.HeaderClassName
{
color: #9B1C74;
}
.AnyTagClassName
{
color: #9B1C74;
}
</style>
background-color css
<style>
a { background-color: #9B1C74; }
a { background-color: rgb(155,28,116); }
div.DivClassName
{
background-color: #9B1C74;
}
.BgClassName
{
background-color: #9B1C74;
}
</style>
border-color css
<style>
span { border-color: #9B1C74; }
span { border-color: rgb(155,28,116); }
td.TdClassName
{
border-color: #9B1C74;
}
.TagClassName
{
border-color: #9B1C74;
}
</style>