Shades of Dark Violet #900BEE
Tints of Dark Violet #900BEE
RGB
CMYK
RGB Variations
Color information
#900BEE (or 0x900BEE) is known color: Dark Violet. HEX triplet: 90, 0B and EE. RGB value is (144,11,238). Sum of RGB (Red+Green+Blue) = 144+11+238=393 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.64% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 238 (93.36% from 255 or 60.56% from 393); Max value from RGB is 238 - color contains mainly: blue. Hex color #900BEE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900BEE is #6FF411. Grayscale: #4B4B4B. Windows color (decimal): -7336978 or 15600528. OLE color: 15600528.
HSL color Cylindrical-coordinate representation of color #900BEE: hue angle of 275.15º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BEE is Cyan = 0.39, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 144 | 11 | 238 | - |
| CMYK | 0.39 | 0.95 | 0 | 0.07 |
| HSL | 275.15º | 0.91% | 0.49% | - |
| HSV(B) | 275.15º | 0.95% | 0.93% | - |
| XYZ | 27.05 | 12.34 | 81.85 | - |
| YUV | 76.65 | 219.06 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 238 | 0.39 | 0.95 | 0 | 0.07 | 275.15 | 0.91 | 0.49 |
| Hex | 90 | B | EE | 27 | 5F | 0 | 7 | 113 | 5B | 31 |
| Octal | 220 | 13 | 356 | 47 | 137 | 0 | 7 | 423 | 133 | 61 |
| Binary | 10010000 | 1011 | 11101110 | 100111 | 1011111 | 0 | 111 | 100010011 | 1011011 | 110001 |
Color Harmonies of #900BEE
Complementary color
Monochromatic Colors of #900BEE
Black with #900BEE
Text Example
Text Example
White with #900BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BEE; }
p { color: rgb(144,11,238); }
H1.HeaderClassName
{
color: #900BEE;
}
.AnyTagClassName
{
color: #900BEE;
}
</style>
background-color css
<style>
a { background-color: #900BEE; }
a { background-color: rgb(144,11,238); }
div.DivClassName
{
background-color: #900BEE;
}
.BgClassName
{
background-color: #900BEE;
}
</style>
border-color css
<style>
span { border-color: #900BEE; }
span { border-color: rgb(144,11,238); }
td.TdClassName
{
border-color: #900BEE;
}
.TagClassName
{
border-color: #900BEE;
}
</style>