Shades of Blue Violet #904DEF
Tints of Blue Violet #904DEF
RGB
CMYK
RGB Variations
Color information
#904DEF (or 0x904DEF) is known color: Blue Violet. HEX triplet: 90, 4D and EF. RGB value is (144,77,239). Sum of RGB (Red+Green+Blue) = 144+77+239=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 77 (30.47% from 255 or 16.74% from 460); Blue value is 239 (93.75% from 255 or 51.96% from 460); Max value from RGB is 239 - color contains mainly: blue. Hex color #904DEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #904DEF is #6FB210. Grayscale: #727272. Windows color (decimal): -7320081 or 15682960. OLE color: 15682960.
HSL color Cylindrical-coordinate representation of color #904DEF: hue angle of 264.81º degrees, saturation: 0.84, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #904DEF is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 144 | 77 | 239 | - |
CMYK | 0.40 | 0.68 | 0 | 0.06 |
HSL | 264.81º | 0.84% | 0.62% | - |
HSV(B) | 264.81º | 0.68% | 0.94% | - |
XYZ | 29.74 | 17.47 | 83.47 | - |
YUV | 115.5 | 197.7 | 148.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 77 | 239 | 0.40 | 0.68 | 0 | 0.06 | 264.81 | 0.84 | 0.62 |
Hex | 90 | 4D | EF | 28 | 44 | 0 | 6 | 109 | 54 | 3E |
Octal | 220 | 115 | 357 | 50 | 104 | 0 | 6 | 411 | 124 | 76 |
Binary | 10010000 | 1001101 | 11101111 | 101000 | 1000100 | 0 | 110 | 100001001 | 1010100 | 111110 |
Color Harmonies of #904DEF
Complementary color
Monochromatic Colors of #904DEF
Black with #904DEF
Text Example
Text Example
White with #904DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #904DEF; }
p { color: rgb(144,77,239); }
H1.HeaderClassName
{
color: #904DEF;
}
.AnyTagClassName
{
color: #904DEF;
}
</style>
background-color css
<style>
a { background-color: #904DEF; }
a { background-color: rgb(144,77,239); }
div.DivClassName
{
background-color: #904DEF;
}
.BgClassName
{
background-color: #904DEF;
}
</style>
border-color css
<style>
span { border-color: #904DEF; }
span { border-color: rgb(144,77,239); }
td.TdClassName
{
border-color: #904DEF;
}
.TagClassName
{
border-color: #904DEF;
}
</style>