Shades of Dark Violet #900BF1
Tints of Dark Violet #900BF1
RGB
CMYK
RGB Variations
Color information
#900BF1 (or 0x900BF1) is known color: Dark Violet. HEX triplet: 90, 0B and F1. RGB value is (144,11,241). Sum of RGB (Red+Green+Blue) = 144+11+241=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 11 (4.69% from 255 or 2.78% from 396); Blue value is 241 (94.53% from 255 or 60.86% from 396); Max value from RGB is 241 - color contains mainly: blue. Hex color #900BF1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900BF1 is #6FF40E. Grayscale: #4C4C4C. Windows color (decimal): -7336975 or 15797136. OLE color: 15797136.
HSL color Cylindrical-coordinate representation of color #900BF1: hue angle of 274.7º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900BF1 is Cyan = 0.40, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 144 | 11 | 241 | - |
| CMYK | 0.40 | 0.95 | 0 | 0.05 |
| HSL | 274.7º | 0.91% | 0.49% | - |
| HSV(B) | 274.7º | 0.95% | 0.95% | - |
| XYZ | 27.5 | 12.52 | 84.19 | - |
| YUV | 76.99 | 220.56 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 11 | 241 | 0.40 | 0.95 | 0 | 0.05 | 274.7 | 0.91 | 0.49 |
| Hex | 90 | B | F1 | 28 | 5F | 0 | 5 | 113 | 5B | 31 |
| Octal | 220 | 13 | 361 | 50 | 137 | 0 | 5 | 423 | 133 | 61 |
| Binary | 10010000 | 1011 | 11110001 | 101000 | 1011111 | 0 | 101 | 100010011 | 1011011 | 110001 |
Color Harmonies of #900BF1
Complementary color
Monochromatic Colors of #900BF1
Black with #900BF1
Text Example
Text Example
White with #900BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900BF1; }
p { color: rgb(144,11,241); }
H1.HeaderClassName
{
color: #900BF1;
}
.AnyTagClassName
{
color: #900BF1;
}
</style>
background-color css
<style>
a { background-color: #900BF1; }
a { background-color: rgb(144,11,241); }
div.DivClassName
{
background-color: #900BF1;
}
.BgClassName
{
background-color: #900BF1;
}
</style>
border-color css
<style>
span { border-color: #900BF1; }
span { border-color: rgb(144,11,241); }
td.TdClassName
{
border-color: #900BF1;
}
.TagClassName
{
border-color: #900BF1;
}
</style>