Shades of Dark Violet #900BE3
Tints of Dark Violet #900BE3
RGB
CMYK
RGB Variations
Color information
#900BE3 (or 0x900BE3) is known color: Dark Violet. HEX triplet: 90, 0B and E3. RGB value is (144,11,227). Sum of RGB (Red+Green+Blue) = 144+11+227=382 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.70% from 382); Green value is 11 (4.69% from 255 or 2.88% from 382); Blue value is 227 (89.06% from 255 or 59.42% from 382); Max value from RGB is 227 - color contains mainly: blue. Hex color #900BE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900BE3 is #6FF41C. Grayscale: #4A4A4A. Windows color (decimal): -7336989 or 14879632. OLE color: 14879632.
HSL color Cylindrical-coordinate representation of color #900BE3: hue angle of 276.94º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BE3 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 144 | 11 | 227 | - |
| CMYK | 0.37 | 0.95 | 0 | 0.11 |
| HSL | 276.94º | 0.91% | 0.47% | - |
| HSV(B) | 276.94º | 0.95% | 0.89% | - |
| XYZ | 25.49 | 11.71 | 73.59 | - |
| YUV | 75.39 | 213.56 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 227 | 0.37 | 0.95 | 0 | 0.11 | 276.94 | 0.91 | 0.47 |
| Hex | 90 | B | E3 | 25 | 5F | 0 | B | 115 | 5B | 2F |
| Octal | 220 | 13 | 343 | 45 | 137 | 0 | 13 | 425 | 133 | 57 |
| Binary | 10010000 | 1011 | 11100011 | 100101 | 1011111 | 0 | 1011 | 100010101 | 1011011 | 101111 |
Color Harmonies of #900BE3
Complementary color
Monochromatic Colors of #900BE3
Black with #900BE3
Text Example
Text Example
White with #900BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BE3; }
p { color: rgb(144,11,227); }
H1.HeaderClassName
{
color: #900BE3;
}
.AnyTagClassName
{
color: #900BE3;
}
</style>
background-color css
<style>
a { background-color: #900BE3; }
a { background-color: rgb(144,11,227); }
div.DivClassName
{
background-color: #900BE3;
}
.BgClassName
{
background-color: #900BE3;
}
</style>
border-color css
<style>
span { border-color: #900BE3; }
span { border-color: rgb(144,11,227); }
td.TdClassName
{
border-color: #900BE3;
}
.TagClassName
{
border-color: #900BE3;
}
</style>