Shades of Blue Violet #904BFD
Tints of Blue Violet #904BFD
RGB
CMYK
RGB Variations
Color information
#904BFD (or 0x904BFD) is known color: Blue Violet. HEX triplet: 90, 4B and FD. RGB value is (144,75,253). Sum of RGB (Red+Green+Blue) = 144+75+253=472 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.51% from 472); Green value is 75 (29.69% from 255 or 15.89% from 472); Blue value is 253 (99.22% from 255 or 53.60% from 472); Max value from RGB is 253 - color contains mainly: blue. Hex color #904BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #904BFD is #6FB402. Grayscale: #737373. Windows color (decimal): -7320579 or 16599952. OLE color: 16599952.
HSL color Cylindrical-coordinate representation of color #904BFD: hue angle of 263.26º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #904BFD is Cyan = 0.43, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 144 | 75 | 253 | - |
| CMYK | 0.43 | 0.70 | 0 | 0.01 |
| HSL | 263.26º | 0.98% | 0.64% | - |
| HSV(B) | 263.26º | 0.7% | 0.99% | - |
| XYZ | 31.75 | 18.05 | 94.74 | - |
| YUV | 115.92 | 205.36 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 75 | 253 | 0.43 | 0.70 | 0 | 0.01 | 263.26 | 0.98 | 0.64 |
| Hex | 90 | 4B | FD | 2B | 46 | 0 | 1 | 107 | 62 | 40 |
| Octal | 220 | 113 | 375 | 53 | 106 | 0 | 1 | 407 | 142 | 100 |
| Binary | 10010000 | 1001011 | 11111101 | 101011 | 1000110 | 0 | 1 | 100000111 | 1100010 | 1000000 |
Color Harmonies of #904BFD
Complementary color
Monochromatic Colors of #904BFD
Black with #904BFD
Text Example
Text Example
White with #904BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904BFD; }
p { color: rgb(144,75,253); }
H1.HeaderClassName
{
color: #904BFD;
}
.AnyTagClassName
{
color: #904BFD;
}
</style>
background-color css
<style>
a { background-color: #904BFD; }
a { background-color: rgb(144,75,253); }
div.DivClassName
{
background-color: #904BFD;
}
.BgClassName
{
background-color: #904BFD;
}
</style>
border-color css
<style>
span { border-color: #904BFD; }
span { border-color: rgb(144,75,253); }
td.TdClassName
{
border-color: #904BFD;
}
.TagClassName
{
border-color: #904BFD;
}
</style>