Shades of Blue Violet #9618FA
Tints of Blue Violet #9618FA
RGB
CMYK
RGB Variations
Color information
#9618FA (or 0x9618FA) is known color: Blue Violet. HEX triplet: 96, 18 and FA. RGB value is (150,24,250). Sum of RGB (Red+Green+Blue) = 150+24+250=424 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.38% from 424); Green value is 24 (9.77% from 255 or 5.66% from 424); Blue value is 250 (98.05% from 255 or 58.96% from 424); Max value from RGB is 250 - color contains mainly: blue. Hex color #9618FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9618FA is #69E705. Grayscale: #565656. Windows color (decimal): -6940422 or 16390294. OLE color: 16390294.
HSL color Cylindrical-coordinate representation of color #9618FA: hue angle of 273.45º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9618FA is Cyan = 0.4, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 150 | 24 | 250 | - |
| CMYK | 0.4 | 0.90 | 0 | 0.02 |
| HSL | 273.45º | 0.96% | 0.54% | - |
| HSV(B) | 273.45º | 0.9% | 0.98% | - |
| XYZ | 30.16 | 14.04 | 91.56 | - |
| YUV | 87.44 | 219.74 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 250 | 0.4 | 0.90 | 0 | 0.02 | 273.45 | 0.96 | 0.54 |
| Hex | 96 | 18 | FA | 28 | 5A | 0 | 2 | 111 | 60 | 36 |
| Octal | 226 | 30 | 372 | 50 | 132 | 0 | 2 | 421 | 140 | 66 |
| Binary | 10010110 | 11000 | 11111010 | 101000 | 1011010 | 0 | 10 | 100010001 | 1100000 | 110110 |
Color Harmonies of #9618FA
Complementary color
Monochromatic Colors of #9618FA
Black with #9618FA
Text Example
Text Example
White with #9618FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618FA; }
p { color: rgb(150,24,250); }
H1.HeaderClassName
{
color: #9618FA;
}
.AnyTagClassName
{
color: #9618FA;
}
</style>
background-color css
<style>
a { background-color: #9618FA; }
a { background-color: rgb(150,24,250); }
div.DivClassName
{
background-color: #9618FA;
}
.BgClassName
{
background-color: #9618FA;
}
</style>
border-color css
<style>
span { border-color: #9618FA; }
span { border-color: rgb(150,24,250); }
td.TdClassName
{
border-color: #9618FA;
}
.TagClassName
{
border-color: #9618FA;
}
</style>