Shades of Blue Violet #9848E5
Tints of Blue Violet #9848E5
RGB
CMYK
RGB Variations
Color information
#9848E5 (or 0x9848E5) is known color: Blue Violet. HEX triplet: 98, 48 and E5. RGB value is (152,72,229). Sum of RGB (Red+Green+Blue) = 152+72+229=453 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.55% from 453); Green value is 72 (28.52% from 255 or 15.89% from 453); Blue value is 229 (89.84% from 255 or 50.55% from 453); Max value from RGB is 229 - color contains mainly: blue. Hex color #9848E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848E5 is #67B71A. Grayscale: #717171. Windows color (decimal): -6797083 or 15026328. OLE color: 15026328.
HSL color Cylindrical-coordinate representation of color #9848E5: hue angle of 270.57º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9848E5 is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 72 | 229 | - |
| CMYK | 0.34 | 0.69 | 0 | 0.10 |
| HSL | 270.57º | 0.75% | 0.59% | - |
| HSV(B) | 270.57º | 0.69% | 0.9% | - |
| XYZ | 29.41 | 16.97 | 75.85 | - |
| YUV | 113.82 | 193 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 229 | 0.34 | 0.69 | 0 | 0.10 | 270.57 | 0.75 | 0.59 |
| Hex | 98 | 48 | E5 | 22 | 45 | 0 | A | 10F | 4B | 3B |
| Octal | 230 | 110 | 345 | 42 | 105 | 0 | 12 | 417 | 113 | 73 |
| Binary | 10011000 | 1001000 | 11100101 | 100010 | 1000101 | 0 | 1010 | 100001111 | 1001011 | 111011 |
Color Harmonies of #9848E5
Complementary color
Monochromatic Colors of #9848E5
Black with #9848E5
Text Example
Text Example
White with #9848E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848E5; }
p { color: rgb(152,72,229); }
H1.HeaderClassName
{
color: #9848E5;
}
.AnyTagClassName
{
color: #9848E5;
}
</style>
background-color css
<style>
a { background-color: #9848E5; }
a { background-color: rgb(152,72,229); }
div.DivClassName
{
background-color: #9848E5;
}
.BgClassName
{
background-color: #9848E5;
}
</style>
border-color css
<style>
span { border-color: #9848E5; }
span { border-color: rgb(152,72,229); }
td.TdClassName
{
border-color: #9848E5;
}
.TagClassName
{
border-color: #9848E5;
}
</style>