Shades of Blue Violet #8838FA
Tints of Blue Violet #8838FA
RGB
CMYK
RGB Variations
Color information
#8838FA (or 0x8838FA) is known color: Blue Violet. HEX triplet: 88, 38 and FA. RGB value is (136,56,250). Sum of RGB (Red+Green+Blue) = 136+56+250=442 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.77% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 250 (98.05% from 255 or 56.56% from 442); Max value from RGB is 250 - color contains mainly: blue. Hex color #8838FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8838FA is #77C705. Grayscale: #656565. Windows color (decimal): -7849734 or 16398472. OLE color: 16398472.
HSL color Cylindrical-coordinate representation of color #8838FA: hue angle of 264.74º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8838FA is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 136 | 56 | 250 | - |
| CMYK | 0.46 | 0.78 | 0 | 0.02 |
| HSL | 264.74º | 0.95% | 0.6% | - |
| HSV(B) | 264.74º | 0.78% | 0.98% | - |
| XYZ | 28.82 | 14.96 | 91.81 | - |
| YUV | 102.04 | 211.5 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 56 | 250 | 0.46 | 0.78 | 0 | 0.02 | 264.74 | 0.95 | 0.6 |
| Hex | 88 | 38 | FA | 2E | 4E | 0 | 2 | 109 | 5F | 3C |
| Octal | 210 | 70 | 372 | 56 | 116 | 0 | 2 | 411 | 137 | 74 |
| Binary | 10001000 | 111000 | 11111010 | 101110 | 1001110 | 0 | 10 | 100001001 | 1011111 | 111100 |
Color Harmonies of #8838FA
Complementary color
Monochromatic Colors of #8838FA
Black with #8838FA
Text Example
Text Example
White with #8838FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8838FA; }
p { color: rgb(136,56,250); }
H1.HeaderClassName
{
color: #8838FA;
}
.AnyTagClassName
{
color: #8838FA;
}
</style>
background-color css
<style>
a { background-color: #8838FA; }
a { background-color: rgb(136,56,250); }
div.DivClassName
{
background-color: #8838FA;
}
.BgClassName
{
background-color: #8838FA;
}
</style>
border-color css
<style>
span { border-color: #8838FA; }
span { border-color: rgb(136,56,250); }
td.TdClassName
{
border-color: #8838FA;
}
.TagClassName
{
border-color: #8838FA;
}
</style>