Shades of Dark Violet #900BCE
Tints of Dark Violet #900BCE
RGB
CMYK
RGB Variations
Color information
#900BCE (or 0x900BCE) is known color: Dark Violet. HEX triplet: 90, 0B and CE. RGB value is (144,11,206). Sum of RGB (Red+Green+Blue) = 144+11+206=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 11 (4.69% from 255 or 3.05% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #900BCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900BCE is #6FF431. Grayscale: #484848. Windows color (decimal): -7337010 or 13503376. OLE color: 13503376.
HSL color Cylindrical-coordinate representation of color #900BCE: hue angle of 280.92º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BCE is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 11 | 206 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.19 |
| HSL | 280.92º | 0.9% | 0.43% | - |
| HSV(B) | 280.92º | 0.95% | 0.81% | - |
| XYZ | 22.76 | 10.62 | 59.24 | - |
| YUV | 73 | 203.06 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 206 | 0.30 | 0.95 | 0 | 0.19 | 280.92 | 0.9 | 0.43 |
| Hex | 90 | B | CE | 1E | 5F | 0 | 13 | 119 | 5A | 2B |
| Octal | 220 | 13 | 316 | 36 | 137 | 0 | 23 | 431 | 132 | 53 |
| Binary | 10010000 | 1011 | 11001110 | 11110 | 1011111 | 0 | 10011 | 100011001 | 1011010 | 101011 |
Color Harmonies of #900BCE
Complementary color
Monochromatic Colors of #900BCE
Black with #900BCE
Text Example
Text Example
White with #900BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BCE; }
p { color: rgb(144,11,206); }
H1.HeaderClassName
{
color: #900BCE;
}
.AnyTagClassName
{
color: #900BCE;
}
</style>
background-color css
<style>
a { background-color: #900BCE; }
a { background-color: rgb(144,11,206); }
div.DivClassName
{
background-color: #900BCE;
}
.BgClassName
{
background-color: #900BCE;
}
</style>
border-color css
<style>
span { border-color: #900BCE; }
span { border-color: rgb(144,11,206); }
td.TdClassName
{
border-color: #900BCE;
}
.TagClassName
{
border-color: #900BCE;
}
</style>