Shades of Dark Violet #900CBD
Tints of Dark Violet #900CBD
RGB
CMYK
RGB Variations
Color information
#900CBD (or 0x900CBD) is known color: Dark Violet. HEX triplet: 90, 0C and BD. RGB value is (144,12,189). Sum of RGB (Red+Green+Blue) = 144+12+189=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 12 (5.08% from 255 or 3.48% from 345); Blue value is 189 (74.22% from 255 or 54.78% from 345); Max value from RGB is 189 - color contains mainly: blue. Hex color #900CBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CBD is #6FF342. Grayscale: #474747. Windows color (decimal): -7336771 or 12389520. OLE color: 12389520.
HSL color Cylindrical-coordinate representation of color #900CBD: hue angle of 284.75º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CBD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 12 | 189 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.26 |
| HSL | 284.75º | 0.88% | 0.39% | - |
| HSV(B) | 284.75º | 0.94% | 0.74% | - |
| XYZ | 20.82 | 9.87 | 48.95 | - |
| YUV | 71.65 | 194.23 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 189 | 0.24 | 0.94 | 0 | 0.26 | 284.75 | 0.88 | 0.39 |
| Hex | 90 | C | BD | 18 | 5E | 0 | 1A | 11D | 58 | 27 |
| Octal | 220 | 14 | 275 | 30 | 136 | 0 | 32 | 435 | 130 | 47 |
| Binary | 10010000 | 1100 | 10111101 | 11000 | 1011110 | 0 | 11010 | 100011101 | 1011000 | 100111 |
Color Harmonies of #900CBD
Complementary color
Monochromatic Colors of #900CBD
Black with #900CBD
Text Example
Text Example
White with #900CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CBD; }
p { color: rgb(144,12,189); }
H1.HeaderClassName
{
color: #900CBD;
}
.AnyTagClassName
{
color: #900CBD;
}
</style>
background-color css
<style>
a { background-color: #900CBD; }
a { background-color: rgb(144,12,189); }
div.DivClassName
{
background-color: #900CBD;
}
.BgClassName
{
background-color: #900CBD;
}
</style>
border-color css
<style>
span { border-color: #900CBD; }
span { border-color: rgb(144,12,189); }
td.TdClassName
{
border-color: #900CBD;
}
.TagClassName
{
border-color: #900CBD;
}
</style>