Shades of Blue Violet #9818FE
Tints of Blue Violet #9818FE
RGB
CMYK
RGB Variations
Color information
#9818FE (or 0x9818FE) is known color: Blue Violet. HEX triplet: 98, 18 and FE. RGB value is (152,24,254). Sum of RGB (Red+Green+Blue) = 152+24+254=430 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.35% from 430); Green value is 24 (9.77% from 255 or 5.58% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #9818FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9818FE is #67E701. Grayscale: #575757. Windows color (decimal): -6809346 or 16652440. OLE color: 16652440.
HSL color Cylindrical-coordinate representation of color #9818FE: hue angle of 273.39º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9818FE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 152 | 24 | 254 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.00 |
| HSL | 273.39º | 0.99% | 0.55% | - |
| HSV(B) | 273.39º | 0.91% | 1% | - |
| XYZ | 31.16 | 14.48 | 94.92 | - |
| YUV | 88.49 | 221.41 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 24 | 254 | 0.40 | 0.91 | 0 | 0.00 | 273.39 | 0.99 | 0.55 |
| Hex | 98 | 18 | FE | 28 | 5B | 0 | 0 | 111 | 63 | 37 |
| Octal | 230 | 30 | 376 | 50 | 133 | 0 | 0 | 421 | 143 | 67 |
| Binary | 10011000 | 11000 | 11111110 | 101000 | 1011011 | 0 | 0 | 100010001 | 1100011 | 110111 |
Color Harmonies of #9818FE
Complementary color
Monochromatic Colors of #9818FE
Black with #9818FE
Text Example
Text Example
White with #9818FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9818FE; }
p { color: rgb(152,24,254); }
H1.HeaderClassName
{
color: #9818FE;
}
.AnyTagClassName
{
color: #9818FE;
}
</style>
background-color css
<style>
a { background-color: #9818FE; }
a { background-color: rgb(152,24,254); }
div.DivClassName
{
background-color: #9818FE;
}
.BgClassName
{
background-color: #9818FE;
}
</style>
border-color css
<style>
span { border-color: #9818FE; }
span { border-color: rgb(152,24,254); }
td.TdClassName
{
border-color: #9818FE;
}
.TagClassName
{
border-color: #9818FE;
}
</style>