Shades of Blue Violet #8842FA
Tints of Blue Violet #8842FA
RGB
CMYK
RGB Variations
Color information
#8842FA (or 0x8842FA) is known color: Blue Violet. HEX triplet: 88, 42 and FA. RGB value is (136,66,250). Sum of RGB (Red+Green+Blue) = 136+66+250=452 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.09% from 452); Green value is 66 (26.17% from 255 or 14.60% from 452); Blue value is 250 (98.05% from 255 or 55.31% from 452); Max value from RGB is 250 - color contains mainly: blue. Hex color #8842FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8842FA is #77BD05. Grayscale: #6B6B6B. Windows color (decimal): -7847174 or 16401032. OLE color: 16401032.
HSL color Cylindrical-coordinate representation of color #8842FA: hue angle of 262.83º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8842FA is Cyan = 0.46, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 66 | 250 | - |
| CMYK | 0.46 | 0.74 | 0 | 0.02 |
| HSL | 262.83º | 0.95% | 0.62% | - |
| HSV(B) | 262.83º | 0.74% | 0.98% | - |
| XYZ | 29.36 | 16.03 | 91.99 | - |
| YUV | 107.91 | 208.19 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 66 | 250 | 0.46 | 0.74 | 0 | 0.02 | 262.83 | 0.95 | 0.62 |
| Hex | 88 | 42 | FA | 2E | 4A | 0 | 2 | 107 | 5F | 3E |
| Octal | 210 | 102 | 372 | 56 | 112 | 0 | 2 | 407 | 137 | 76 |
| Binary | 10001000 | 1000010 | 11111010 | 101110 | 1001010 | 0 | 10 | 100000111 | 1011111 | 111110 |
Color Harmonies of #8842FA
Complementary color
Monochromatic Colors of #8842FA
Black with #8842FA
Text Example
Text Example
White with #8842FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8842FA; }
p { color: rgb(136,66,250); }
H1.HeaderClassName
{
color: #8842FA;
}
.AnyTagClassName
{
color: #8842FA;
}
</style>
background-color css
<style>
a { background-color: #8842FA; }
a { background-color: rgb(136,66,250); }
div.DivClassName
{
background-color: #8842FA;
}
.BgClassName
{
background-color: #8842FA;
}
</style>
border-color css
<style>
span { border-color: #8842FA; }
span { border-color: rgb(136,66,250); }
td.TdClassName
{
border-color: #8842FA;
}
.TagClassName
{
border-color: #8842FA;
}
</style>