Shades of Dark Violet #900BBE
Tints of Dark Violet #900BBE
RGB
CMYK
RGB Variations
Color information
#900BBE (or 0x900BBE) is known color: Dark Violet. HEX triplet: 90, 0B and BE. RGB value is (144,11,190). Sum of RGB (Red+Green+Blue) = 144+11+190=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 11 (4.69% from 255 or 3.19% from 345); Blue value is 190 (74.61% from 255 or 55.07% from 345); Max value from RGB is 190 - color contains mainly: blue. Hex color #900BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900BBE is #6FF441. Grayscale: #464646. Windows color (decimal): -7337026 or 12454800. OLE color: 12454800.
HSL color Cylindrical-coordinate representation of color #900BBE: hue angle of 284.58º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900BBE is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 11 | 190 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.25 |
| HSL | 284.58º | 0.89% | 0.39% | - |
| HSV(B) | 284.58º | 0.94% | 0.75% | - |
| XYZ | 20.92 | 9.89 | 49.52 | - |
| YUV | 71.17 | 195.06 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 190 | 0.24 | 0.94 | 0 | 0.25 | 284.58 | 0.89 | 0.39 |
| Hex | 90 | B | BE | 18 | 5E | 0 | 19 | 11D | 59 | 27 |
| Octal | 220 | 13 | 276 | 30 | 136 | 0 | 31 | 435 | 131 | 47 |
| Binary | 10010000 | 1011 | 10111110 | 11000 | 1011110 | 0 | 11001 | 100011101 | 1011001 | 100111 |
Color Harmonies of #900BBE
Complementary color
Monochromatic Colors of #900BBE
Black with #900BBE
Text Example
Text Example
White with #900BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BBE; }
p { color: rgb(144,11,190); }
H1.HeaderClassName
{
color: #900BBE;
}
.AnyTagClassName
{
color: #900BBE;
}
</style>
background-color css
<style>
a { background-color: #900BBE; }
a { background-color: rgb(144,11,190); }
div.DivClassName
{
background-color: #900BBE;
}
.BgClassName
{
background-color: #900BBE;
}
</style>
border-color css
<style>
span { border-color: #900BBE; }
span { border-color: rgb(144,11,190); }
td.TdClassName
{
border-color: #900BBE;
}
.TagClassName
{
border-color: #900BBE;
}
</style>