Shades of Blue Violet #9618E7
Tints of Blue Violet #9618E7
RGB
CMYK
RGB Variations
Color information
#9618E7 (or 0x9618E7) is known color: Blue Violet. HEX triplet: 96, 18 and E7. RGB value is (150,24,231). Sum of RGB (Red+Green+Blue) = 150+24+231=405 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.04% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 231 (90.62% from 255 or 57.04% from 405); Max value from RGB is 231 - color contains mainly: blue. Hex color #9618E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9618E7 is #69E718. Grayscale: #545454. Windows color (decimal): -6940441 or 15145110. OLE color: 15145110.
HSL color Cylindrical-coordinate representation of color #9618E7: hue angle of 276.52º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9618E7 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 150 | 24 | 231 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.09 |
| HSL | 276.52º | 0.81% | 0.5% | - |
| HSV(B) | 276.52º | 0.9% | 0.91% | - |
| XYZ | 27.33 | 12.91 | 76.65 | - |
| YUV | 85.27 | 210.24 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 231 | 0.35 | 0.90 | 0 | 0.09 | 276.52 | 0.81 | 0.5 |
| Hex | 96 | 18 | E7 | 23 | 5A | 0 | 9 | 115 | 51 | 32 |
| Octal | 226 | 30 | 347 | 43 | 132 | 0 | 11 | 425 | 121 | 62 |
| Binary | 10010110 | 11000 | 11100111 | 100011 | 1011010 | 0 | 1001 | 100010101 | 1010001 | 110010 |
Color Harmonies of #9618E7
Complementary color
Monochromatic Colors of #9618E7
Black with #9618E7
Text Example
Text Example
White with #9618E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618E7; }
p { color: rgb(150,24,231); }
H1.HeaderClassName
{
color: #9618E7;
}
.AnyTagClassName
{
color: #9618E7;
}
</style>
background-color css
<style>
a { background-color: #9618E7; }
a { background-color: rgb(150,24,231); }
div.DivClassName
{
background-color: #9618E7;
}
.BgClassName
{
background-color: #9618E7;
}
</style>
border-color css
<style>
span { border-color: #9618E7; }
span { border-color: rgb(150,24,231); }
td.TdClassName
{
border-color: #9618E7;
}
.TagClassName
{
border-color: #9618E7;
}
</style>