Shades of Blue Violet #9618ED
Tints of Blue Violet #9618ED
RGB
CMYK
RGB Variations
Color information
#9618ED (or 0x9618ED) is known color: Blue Violet. HEX triplet: 96, 18 and ED. RGB value is (150,24,237). Sum of RGB (Red+Green+Blue) = 150+24+237=411 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.50% from 411); Green value is 24 (9.77% from 255 or 5.84% from 411); Blue value is 237 (92.97% from 255 or 57.66% from 411); Max value from RGB is 237 - color contains mainly: blue. Hex color #9618ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9618ED is #69E712. Grayscale: #555555. Windows color (decimal): -6940435 or 15538326. OLE color: 15538326.
HSL color Cylindrical-coordinate representation of color #9618ED: hue angle of 275.49º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9618ED is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 150 | 24 | 237 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.07 |
| HSL | 275.49º | 0.86% | 0.51% | - |
| HSV(B) | 275.49º | 0.9% | 0.93% | - |
| XYZ | 28.19 | 13.25 | 81.19 | - |
| YUV | 85.96 | 213.24 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 237 | 0.37 | 0.90 | 0 | 0.07 | 275.49 | 0.86 | 0.51 |
| Hex | 96 | 18 | ED | 25 | 5A | 0 | 7 | 113 | 56 | 33 |
| Octal | 226 | 30 | 355 | 45 | 132 | 0 | 7 | 423 | 126 | 63 |
| Binary | 10010110 | 11000 | 11101101 | 100101 | 1011010 | 0 | 111 | 100010011 | 1010110 | 110011 |
Color Harmonies of #9618ED
Complementary color
Monochromatic Colors of #9618ED
Black with #9618ED
Text Example
Text Example
White with #9618ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618ED; }
p { color: rgb(150,24,237); }
H1.HeaderClassName
{
color: #9618ED;
}
.AnyTagClassName
{
color: #9618ED;
}
</style>
background-color css
<style>
a { background-color: #9618ED; }
a { background-color: rgb(150,24,237); }
div.DivClassName
{
background-color: #9618ED;
}
.BgClassName
{
background-color: #9618ED;
}
</style>
border-color css
<style>
span { border-color: #9618ED; }
span { border-color: rgb(150,24,237); }
td.TdClassName
{
border-color: #9618ED;
}
.TagClassName
{
border-color: #9618ED;
}
</style>