Shades of Blue Violet #8813F5
Tints of Blue Violet #8813F5
RGB
CMYK
RGB Variations
Color information
#8813F5 (or 0x8813F5) is known color: Blue Violet. HEX triplet: 88, 13 and F5. RGB value is (136,19,245). Sum of RGB (Red+Green+Blue) = 136+19+245=400 (52% of max value = 765). Red value is 136 (53.52% from 255 or 34% from 400); Green value is 19 (7.81% from 255 or 4.75% from 400); Blue value is 245 (96.09% from 255 or 61.25% from 400); Max value from RGB is 245 - color contains mainly: blue. Hex color #8813F5 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8813F5 is #77EC0A. Grayscale: #4E4E4E. Windows color (decimal): -7859211 or 16061320. OLE color: 16061320.
HSL color Cylindrical-coordinate representation of color #8813F5: hue angle of 271.06º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8813F5 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 136 | 19 | 245 | - |
| CMYK | 0.44 | 0.92 | 0 | 0.04 |
| HSL | 271.06º | 0.92% | 0.52% | - |
| HSV(B) | 271.06º | 0.92% | 0.96% | - |
| XYZ | 26.87 | 12.29 | 87.34 | - |
| YUV | 79.75 | 221.26 | 168.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 19 | 245 | 0.44 | 0.92 | 0 | 0.04 | 271.06 | 0.92 | 0.52 |
| Hex | 88 | 13 | F5 | 2C | 5C | 0 | 4 | 10F | 5C | 34 |
| Octal | 210 | 23 | 365 | 54 | 134 | 0 | 4 | 417 | 134 | 64 |
| Binary | 10001000 | 10011 | 11110101 | 101100 | 1011100 | 0 | 100 | 100001111 | 1011100 | 110100 |
Color Harmonies of #8813F5
Complementary color
Monochromatic Colors of #8813F5
Black with #8813F5
Text Example
Text Example
White with #8813F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8813F5; }
p { color: rgb(136,19,245); }
H1.HeaderClassName
{
color: #8813F5;
}
.AnyTagClassName
{
color: #8813F5;
}
</style>
background-color css
<style>
a { background-color: #8813F5; }
a { background-color: rgb(136,19,245); }
div.DivClassName
{
background-color: #8813F5;
}
.BgClassName
{
background-color: #8813F5;
}
</style>
border-color css
<style>
span { border-color: #8813F5; }
span { border-color: rgb(136,19,245); }
td.TdClassName
{
border-color: #8813F5;
}
.TagClassName
{
border-color: #8813F5;
}
</style>