Shades of Dark Violet #900CBF
Tints of Dark Violet #900CBF
RGB
CMYK
RGB Variations
Color information
#900CBF (or 0x900CBF) is known color: Dark Violet. HEX triplet: 90, 0C and BF. RGB value is (144,12,191). Sum of RGB (Red+Green+Blue) = 144+12+191=347 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.50% from 347); Green value is 12 (5.08% from 255 or 3.46% from 347); Blue value is 191 (75% from 255 or 55.04% from 347); Max value from RGB is 191 - color contains mainly: blue. Hex color #900CBF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900CBF is #6FF340. Grayscale: #474747. Windows color (decimal): -7336769 or 12520592. OLE color: 12520592.
HSL color Cylindrical-coordinate representation of color #900CBF: hue angle of 284.25º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900CBF is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 12 | 191 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.25 |
| HSL | 284.25º | 0.88% | 0.4% | - |
| HSV(B) | 284.25º | 0.94% | 0.75% | - |
| XYZ | 21.04 | 9.95 | 50.1 | - |
| YUV | 71.87 | 195.23 | 179.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 191 | 0.25 | 0.94 | 0 | 0.25 | 284.25 | 0.88 | 0.4 |
| Hex | 90 | C | BF | 19 | 5E | 0 | 19 | 11C | 58 | 28 |
| Octal | 220 | 14 | 277 | 31 | 136 | 0 | 31 | 434 | 130 | 50 |
| Binary | 10010000 | 1100 | 10111111 | 11001 | 1011110 | 0 | 11001 | 100011100 | 1011000 | 101000 |
Color Harmonies of #900CBF
Complementary color
Monochromatic Colors of #900CBF
Black with #900CBF
Text Example
Text Example
White with #900CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CBF; }
p { color: rgb(144,12,191); }
H1.HeaderClassName
{
color: #900CBF;
}
.AnyTagClassName
{
color: #900CBF;
}
</style>
background-color css
<style>
a { background-color: #900CBF; }
a { background-color: rgb(144,12,191); }
div.DivClassName
{
background-color: #900CBF;
}
.BgClassName
{
background-color: #900CBF;
}
</style>
border-color css
<style>
span { border-color: #900CBF; }
span { border-color: rgb(144,12,191); }
td.TdClassName
{
border-color: #900CBF;
}
.TagClassName
{
border-color: #900CBF;
}
</style>