Shades of Blue Violet #9815FA
Tints of Blue Violet #9815FA
RGB
CMYK
RGB Variations
Color information
#9815FA (or 0x9815FA) is known color: Blue Violet. HEX triplet: 98, 15 and FA. RGB value is (152,21,250). Sum of RGB (Red+Green+Blue) = 152+21+250=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 21 (8.59% from 255 or 4.96% from 423); Blue value is 250 (98.05% from 255 or 59.10% from 423); Max value from RGB is 250 - color contains mainly: blue. Hex color #9815FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9815FA is #67EA05. Grayscale: #555555. Windows color (decimal): -6810118 or 16389528. OLE color: 16389528.
HSL color Cylindrical-coordinate representation of color #9815FA: hue angle of 274.32º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9815FA is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 152 | 21 | 250 | - |
| CMYK | 0.39 | 0.92 | 0 | 0.02 |
| HSL | 274.32º | 0.96% | 0.53% | - |
| HSV(B) | 274.32º | 0.92% | 0.98% | - |
| XYZ | 30.47 | 14.11 | 91.56 | - |
| YUV | 86.28 | 220.4 | 174.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 21 | 250 | 0.39 | 0.92 | 0 | 0.02 | 274.32 | 0.96 | 0.53 |
| Hex | 98 | 15 | FA | 27 | 5C | 0 | 2 | 112 | 60 | 35 |
| Octal | 230 | 25 | 372 | 47 | 134 | 0 | 2 | 422 | 140 | 65 |
| Binary | 10011000 | 10101 | 11111010 | 100111 | 1011100 | 0 | 10 | 100010010 | 1100000 | 110101 |
Color Harmonies of #9815FA
Complementary color
Monochromatic Colors of #9815FA
Black with #9815FA
Text Example
Text Example
White with #9815FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9815FA; }
p { color: rgb(152,21,250); }
H1.HeaderClassName
{
color: #9815FA;
}
.AnyTagClassName
{
color: #9815FA;
}
</style>
background-color css
<style>
a { background-color: #9815FA; }
a { background-color: rgb(152,21,250); }
div.DivClassName
{
background-color: #9815FA;
}
.BgClassName
{
background-color: #9815FA;
}
</style>
border-color css
<style>
span { border-color: #9815FA; }
span { border-color: rgb(152,21,250); }
td.TdClassName
{
border-color: #9815FA;
}
.TagClassName
{
border-color: #9815FA;
}
</style>