Shades of Blue Violet #900CFA
Tints of Blue Violet #900CFA
RGB
CMYK
RGB Variations
Color information
#900CFA (or 0x900CFA) is known color: Blue Violet. HEX triplet: 90, 0C and FA. RGB value is (144,12,250). Sum of RGB (Red+Green+Blue) = 144+12+250=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 12 (5.08% from 255 or 2.96% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #900CFA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900CFA is #6FF305. Grayscale: #4D4D4D. Windows color (decimal): -7336710 or 16387216. OLE color: 16387216.
HSL color Cylindrical-coordinate representation of color #900CFA: hue angle of 273.28º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #900CFA is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 144 | 12 | 250 | - |
| CMYK | 0.42 | 0.95 | 0 | 0.02 |
| HSL | 273.28º | 0.96% | 0.51% | - |
| HSV(B) | 273.28º | 0.95% | 0.98% | - |
| XYZ | 28.89 | 13.09 | 91.45 | - |
| YUV | 78.6 | 224.73 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 12 | 250 | 0.42 | 0.95 | 0 | 0.02 | 273.28 | 0.96 | 0.51 |
| Hex | 90 | C | FA | 2A | 5F | 0 | 2 | 111 | 60 | 33 |
| Octal | 220 | 14 | 372 | 52 | 137 | 0 | 2 | 421 | 140 | 63 |
| Binary | 10010000 | 1100 | 11111010 | 101010 | 1011111 | 0 | 10 | 100010001 | 1100000 | 110011 |
Color Harmonies of #900CFA
Complementary color
Monochromatic Colors of #900CFA
Black with #900CFA
Text Example
Text Example
White with #900CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #900CFA; }
p { color: rgb(144,12,250); }
H1.HeaderClassName
{
color: #900CFA;
}
.AnyTagClassName
{
color: #900CFA;
}
</style>
background-color css
<style>
a { background-color: #900CFA; }
a { background-color: rgb(144,12,250); }
div.DivClassName
{
background-color: #900CFA;
}
.BgClassName
{
background-color: #900CFA;
}
</style>
border-color css
<style>
span { border-color: #900CFA; }
span { border-color: rgb(144,12,250); }
td.TdClassName
{
border-color: #900CFA;
}
.TagClassName
{
border-color: #900CFA;
}
</style>