Shades of Blue Violet #903AF6
Tints of Blue Violet #903AF6
RGB
CMYK
RGB Variations
Color information
#903AF6 (or 0x903AF6) is known color: Blue Violet. HEX triplet: 90, 3A and F6. RGB value is (144,58,246). Sum of RGB (Red+Green+Blue) = 144+58+246=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 246 (96.48% from 255 or 54.91% from 448); Max value from RGB is 246 - color contains mainly: blue. Hex color #903AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #903AF6 is #6FC509. Grayscale: #686868. Windows color (decimal): -7324938 or 16136848. OLE color: 16136848.
HSL color Cylindrical-coordinate representation of color #903AF6: hue angle of 267.45º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #903AF6 is Cyan = 0.41, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 144 | 58 | 246 | - |
| CMYK | 0.41 | 0.76 | 0 | 0.04 |
| HSL | 267.45º | 0.91% | 0.6% | - |
| HSV(B) | 267.45º | 0.76% | 0.96% | - |
| XYZ | 29.65 | 15.61 | 88.64 | - |
| YUV | 105.15 | 207.49 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 58 | 246 | 0.41 | 0.76 | 0 | 0.04 | 267.45 | 0.91 | 0.6 |
| Hex | 90 | 3A | F6 | 29 | 4C | 0 | 4 | 10B | 5B | 3C |
| Octal | 220 | 72 | 366 | 51 | 114 | 0 | 4 | 413 | 133 | 74 |
| Binary | 10010000 | 111010 | 11110110 | 101001 | 1001100 | 0 | 100 | 100001011 | 1011011 | 111100 |
Color Harmonies of #903AF6
Complementary color
Monochromatic Colors of #903AF6
Black with #903AF6
Text Example
Text Example
White with #903AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #903AF6; }
p { color: rgb(144,58,246); }
H1.HeaderClassName
{
color: #903AF6;
}
.AnyTagClassName
{
color: #903AF6;
}
</style>
background-color css
<style>
a { background-color: #903AF6; }
a { background-color: rgb(144,58,246); }
div.DivClassName
{
background-color: #903AF6;
}
.BgClassName
{
background-color: #903AF6;
}
</style>
border-color css
<style>
span { border-color: #903AF6; }
span { border-color: rgb(144,58,246); }
td.TdClassName
{
border-color: #903AF6;
}
.TagClassName
{
border-color: #903AF6;
}
</style>