Shades of Blue Violet #900FFD
Tints of Blue Violet #900FFD
RGB
CMYK
RGB Variations
Color information
#900FFD (or 0x900FFD) is known color: Blue Violet. HEX triplet: 90, 0F and FD. RGB value is (144,15,253). Sum of RGB (Red+Green+Blue) = 144+15+253=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #900FFD is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900FFD is #6FF002. Grayscale: #4F4F4F. Windows color (decimal): -7335939 or 16584592. OLE color: 16584592.
HSL color Cylindrical-coordinate representation of color #900FFD: hue angle of 272.52º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900FFD is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 15 | 253 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.01 |
| HSL | 272.52º | 0.98% | 0.53% | - |
| HSV(B) | 272.52º | 0.94% | 0.99% | - |
| XYZ | 29.4 | 13.36 | 93.96 | - |
| YUV | 80.7 | 225.24 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 15 | 253 | 0.43 | 0.94 | 0 | 0.01 | 272.52 | 0.98 | 0.53 |
| Hex | 90 | F | FD | 2B | 5E | 0 | 1 | 111 | 62 | 35 |
| Octal | 220 | 17 | 375 | 53 | 136 | 0 | 1 | 421 | 142 | 65 |
| Binary | 10010000 | 1111 | 11111101 | 101011 | 1011110 | 0 | 1 | 100010001 | 1100010 | 110101 |
Color Harmonies of #900FFD
Complementary color
Monochromatic Colors of #900FFD
Black with #900FFD
Text Example
Text Example
White with #900FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900FFD; }
p { color: rgb(144,15,253); }
H1.HeaderClassName
{
color: #900FFD;
}
.AnyTagClassName
{
color: #900FFD;
}
</style>
background-color css
<style>
a { background-color: #900FFD; }
a { background-color: rgb(144,15,253); }
div.DivClassName
{
background-color: #900FFD;
}
.BgClassName
{
background-color: #900FFD;
}
</style>
border-color css
<style>
span { border-color: #900FFD; }
span { border-color: rgb(144,15,253); }
td.TdClassName
{
border-color: #900FFD;
}
.TagClassName
{
border-color: #900FFD;
}
</style>