Shades of Blue Violet #9830EE
Tints of Blue Violet #9830EE
RGB
CMYK
RGB Variations
Color information
#9830EE (or 0x9830EE) is known color: Blue Violet. HEX triplet: 98, 30 and EE. RGB value is (152,48,238). Sum of RGB (Red+Green+Blue) = 152+48+238=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 48 (19.14% from 255 or 10.96% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #9830EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9830EE is #67CF11. Grayscale: #646464. Windows color (decimal): -6803218 or 15610008. OLE color: 15610008.
HSL color Cylindrical-coordinate representation of color #9830EE: hue angle of 272.84º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9830EE is Cyan = 0.36, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 152 | 48 | 238 | - |
| CMYK | 0.36 | 0.80 | 0 | 0.07 |
| HSL | 272.84º | 0.85% | 0.56% | - |
| HSV(B) | 272.84º | 0.8% | 0.93% | - |
| XYZ | 29.44 | 14.96 | 82.23 | - |
| YUV | 100.76 | 205.46 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 48 | 238 | 0.36 | 0.80 | 0 | 0.07 | 272.84 | 0.85 | 0.56 |
| Hex | 98 | 30 | EE | 24 | 50 | 0 | 7 | 111 | 55 | 38 |
| Octal | 230 | 60 | 356 | 44 | 120 | 0 | 7 | 421 | 125 | 70 |
| Binary | 10011000 | 110000 | 11101110 | 100100 | 1010000 | 0 | 111 | 100010001 | 1010101 | 111000 |
Color Harmonies of #9830EE
Complementary color
Monochromatic Colors of #9830EE
Black with #9830EE
Text Example
Text Example
White with #9830EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9830EE; }
p { color: rgb(152,48,238); }
H1.HeaderClassName
{
color: #9830EE;
}
.AnyTagClassName
{
color: #9830EE;
}
</style>
background-color css
<style>
a { background-color: #9830EE; }
a { background-color: rgb(152,48,238); }
div.DivClassName
{
background-color: #9830EE;
}
.BgClassName
{
background-color: #9830EE;
}
</style>
border-color css
<style>
span { border-color: #9830EE; }
span { border-color: rgb(152,48,238); }
td.TdClassName
{
border-color: #9830EE;
}
.TagClassName
{
border-color: #9830EE;
}
</style>