Shades of Blue Violet #9818E4
Tints of Blue Violet #9818E4
RGB
CMYK
RGB Variations
Color information
#9818E4 (or 0x9818E4) is known color: Blue Violet. HEX triplet: 98, 18 and E4. RGB value is (152,24,228). Sum of RGB (Red+Green+Blue) = 152+24+228=404 (53% of max value = 765). Red value is 152 (59.77% from 255 or 37.62% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 228 (89.45% from 255 or 56.44% from 404); Max value from RGB is 228 - color contains mainly: blue. Hex color #9818E4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9818E4 is #67E71B. Grayscale: #545454. Windows color (decimal): -6809372 or 14948504. OLE color: 14948504.
HSL color Cylindrical-coordinate representation of color #9818E4: hue angle of 277.65º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9818E4 is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 152 | 24 | 228 | - |
| CMYK | 0.33 | 0.89 | 0 | 0.11 |
| HSL | 277.65º | 0.81% | 0.49% | - |
| HSV(B) | 277.65º | 0.89% | 0.89% | - |
| XYZ | 27.28 | 12.93 | 74.46 | - |
| YUV | 85.53 | 208.41 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 228 | 0.33 | 0.89 | 0 | 0.11 | 277.65 | 0.81 | 0.49 |
| Hex | 98 | 18 | E4 | 21 | 59 | 0 | B | 116 | 51 | 31 |
| Octal | 230 | 30 | 344 | 41 | 131 | 0 | 13 | 426 | 121 | 61 |
| Binary | 10011000 | 11000 | 11100100 | 100001 | 1011001 | 0 | 1011 | 100010110 | 1010001 | 110001 |
Color Harmonies of #9818E4
Complementary color
Monochromatic Colors of #9818E4
Black with #9818E4
Text Example
Text Example
White with #9818E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818E4; }
p { color: rgb(152,24,228); }
H1.HeaderClassName
{
color: #9818E4;
}
.AnyTagClassName
{
color: #9818E4;
}
</style>
background-color css
<style>
a { background-color: #9818E4; }
a { background-color: rgb(152,24,228); }
div.DivClassName
{
background-color: #9818E4;
}
.BgClassName
{
background-color: #9818E4;
}
</style>
border-color css
<style>
span { border-color: #9818E4; }
span { border-color: rgb(152,24,228); }
td.TdClassName
{
border-color: #9818E4;
}
.TagClassName
{
border-color: #9818E4;
}
</style>