Shades of Blue Violet #8817FA
Tints of Blue Violet #8817FA
RGB
CMYK
RGB Variations
Color information
#8817FA (or 0x8817FA) is known color: Blue Violet. HEX triplet: 88, 17 and FA. RGB value is (136,23,250). Sum of RGB (Red+Green+Blue) = 136+23+250=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 23 (9.38% from 255 or 5.62% from 409); Blue value is 250 (98.05% from 255 or 61.12% from 409); Max value from RGB is 250 - color contains mainly: blue. Hex color #8817FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8817FA is #77E805. Grayscale: #515151. Windows color (decimal): -7858182 or 16390024. OLE color: 16390024.
HSL color Cylindrical-coordinate representation of color #8817FA: hue angle of 269.87º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8817FA is Cyan = 0.46, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 23 | 250 | - |
| CMYK | 0.46 | 0.91 | 0 | 0.02 |
| HSL | 269.87º | 0.96% | 0.54% | - |
| HSV(B) | 269.87º | 0.91% | 0.98% | - |
| XYZ | 27.72 | 12.75 | 91.44 | - |
| YUV | 82.67 | 222.44 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 23 | 250 | 0.46 | 0.91 | 0 | 0.02 | 269.87 | 0.96 | 0.54 |
| Hex | 88 | 17 | FA | 2E | 5B | 0 | 2 | 10E | 60 | 36 |
| Octal | 210 | 27 | 372 | 56 | 133 | 0 | 2 | 416 | 140 | 66 |
| Binary | 10001000 | 10111 | 11111010 | 101110 | 1011011 | 0 | 10 | 100001110 | 1100000 | 110110 |
Color Harmonies of #8817FA
Complementary color
Monochromatic Colors of #8817FA
Black with #8817FA
Text Example
Text Example
White with #8817FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8817FA; }
p { color: rgb(136,23,250); }
H1.HeaderClassName
{
color: #8817FA;
}
.AnyTagClassName
{
color: #8817FA;
}
</style>
background-color css
<style>
a { background-color: #8817FA; }
a { background-color: rgb(136,23,250); }
div.DivClassName
{
background-color: #8817FA;
}
.BgClassName
{
background-color: #8817FA;
}
</style>
border-color css
<style>
span { border-color: #8817FA; }
span { border-color: rgb(136,23,250); }
td.TdClassName
{
border-color: #8817FA;
}
.TagClassName
{
border-color: #8817FA;
}
</style>