Shades of Dark Purple #900B75
Tints of Dark Purple #900B75
RGB
CMYK
RGB Variations
Color information
#900B75 (or 0x900B75) is known color: Dark Purple. HEX triplet: 90, 0B and 75. RGB value is (144,11,117). Sum of RGB (Red+Green+Blue) = 144+11+117=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 11 (4.69% from 255 or 4.04% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #900B75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900B75 is #6FF48A. Grayscale: #3E3E3E. Windows color (decimal): -7337099 or 7670672. OLE color: 7670672.
HSL color Cylindrical-coordinate representation of color #900B75: hue angle of 312.18º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #900B75 is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 144 | 11 | 117 | - |
| CMYK | 0 | 0.92 | 0.19 | 0.44 |
| HSL | 312.18º | 0.86% | 0.3% | - |
| HSV(B) | 312.18º | 0.92% | 0.56% | - |
| XYZ | 14.83 | 7.45 | 17.49 | - |
| YUV | 62.85 | 158.56 | 185.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 117 | 0 | 0.92 | 0.19 | 0.44 | 312.18 | 0.86 | 0.3 |
| Hex | 90 | B | 75 | 0 | 5C | 13 | 2C | 138 | 56 | 1E |
| Octal | 220 | 13 | 165 | 0 | 134 | 23 | 54 | 470 | 126 | 36 |
| Binary | 10010000 | 1011 | 1110101 | 0 | 1011100 | 10011 | 101100 | 100111000 | 1010110 | 11110 |
Color Harmonies of #900B75
Complementary color
Monochromatic Colors of #900B75
Black with #900B75
Text Example
Text Example
White with #900B75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900B75; }
p { color: rgb(144,11,117); }
H1.HeaderClassName
{
color: #900B75;
}
.AnyTagClassName
{
color: #900B75;
}
</style>
background-color css
<style>
a { background-color: #900B75; }
a { background-color: rgb(144,11,117); }
div.DivClassName
{
background-color: #900B75;
}
.BgClassName
{
background-color: #900B75;
}
</style>
border-color css
<style>
span { border-color: #900B75; }
span { border-color: rgb(144,11,117); }
td.TdClassName
{
border-color: #900B75;
}
.TagClassName
{
border-color: #900B75;
}
</style>