Shades of Blue Violet #9818ED
Tints of Blue Violet #9818ED
RGB
CMYK
RGB Variations
Color information
#9818ED (or 0x9818ED) is known color: Blue Violet. HEX triplet: 98, 18 and ED. RGB value is (152,24,237). Sum of RGB (Red+Green+Blue) = 152+24+237=413 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.80% from 413); Green value is 24 (9.77% from 255 or 5.81% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #9818ED is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9818ED is #67E712. Grayscale: #555555. Windows color (decimal): -6809363 or 15538328. OLE color: 15538328.
HSL color Cylindrical-coordinate representation of color #9818ED: hue angle of 276.06º 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 #9818ED is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 24 | 237 | - |
| CMYK | 0.36 | 0.90 | 0 | 0.07 |
| HSL | 276.06º | 0.86% | 0.51% | - |
| HSV(B) | 276.06º | 0.9% | 0.93% | - |
| XYZ | 28.56 | 13.44 | 81.21 | - |
| YUV | 86.55 | 212.91 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 237 | 0.36 | 0.90 | 0 | 0.07 | 276.06 | 0.86 | 0.51 |
| Hex | 98 | 18 | ED | 24 | 5A | 0 | 7 | 114 | 56 | 33 |
| Octal | 230 | 30 | 355 | 44 | 132 | 0 | 7 | 424 | 126 | 63 |
| Binary | 10011000 | 11000 | 11101101 | 100100 | 1011010 | 0 | 111 | 100010100 | 1010110 | 110011 |
Color Harmonies of #9818ED
Complementary color
Monochromatic Colors of #9818ED
Black with #9818ED
Text Example
Text Example
White with #9818ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818ED; }
p { color: rgb(152,24,237); }
H1.HeaderClassName
{
color: #9818ED;
}
.AnyTagClassName
{
color: #9818ED;
}
</style>
background-color css
<style>
a { background-color: #9818ED; }
a { background-color: rgb(152,24,237); }
div.DivClassName
{
background-color: #9818ED;
}
.BgClassName
{
background-color: #9818ED;
}
</style>
border-color css
<style>
span { border-color: #9818ED; }
span { border-color: rgb(152,24,237); }
td.TdClassName
{
border-color: #9818ED;
}
.TagClassName
{
border-color: #9818ED;
}
</style>