Shades of Blue Violet #8542FB
Tints of Blue Violet #8542FB
RGB
CMYK
RGB Variations
Color information
#8542FB (or 0x8542FB) is known color: Blue Violet. HEX triplet: 85, 42 and FB. RGB value is (133,66,251). Sum of RGB (Red+Green+Blue) = 133+66+251=450 (59% of max value = 765). Red value is 133 (52.34% from 255 or 29.56% from 450); Green value is 66 (26.17% from 255 or 14.67% from 450); Blue value is 251 (98.44% from 255 or 55.78% from 450); Max value from RGB is 251 - color contains mainly: blue. Hex color #8542FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8542FB is #7ABD04. Grayscale: #6A6A6A. Windows color (decimal): -8043781 or 16466565. OLE color: 16466565.
HSL color Cylindrical-coordinate representation of color #8542FB: hue angle of 261.73º degrees, saturation: 0.96, 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 #8542FB is Cyan = 0.47, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 66 | 251 | - |
| CMYK | 0.47 | 0.74 | 0 | 0.02 |
| HSL | 261.73º | 0.96% | 0.62% | - |
| HSV(B) | 261.73º | 0.74% | 0.98% | - |
| XYZ | 29.03 | 15.85 | 92.8 | - |
| YUV | 107.12 | 209.2 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 66 | 251 | 0.47 | 0.74 | 0 | 0.02 | 261.73 | 0.96 | 0.62 |
| Hex | 85 | 42 | FB | 2F | 4A | 0 | 2 | 106 | 60 | 3E |
| Octal | 205 | 102 | 373 | 57 | 112 | 0 | 2 | 406 | 140 | 76 |
| Binary | 10000101 | 1000010 | 11111011 | 101111 | 1001010 | 0 | 10 | 100000110 | 1100000 | 111110 |
Color Harmonies of #8542FB
Complementary color
Monochromatic Colors of #8542FB
Black with #8542FB
Text Example
Text Example
White with #8542FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8542FB; }
p { color: rgb(133,66,251); }
H1.HeaderClassName
{
color: #8542FB;
}
.AnyTagClassName
{
color: #8542FB;
}
</style>
background-color css
<style>
a { background-color: #8542FB; }
a { background-color: rgb(133,66,251); }
div.DivClassName
{
background-color: #8542FB;
}
.BgClassName
{
background-color: #8542FB;
}
</style>
border-color css
<style>
span { border-color: #8542FB; }
span { border-color: rgb(133,66,251); }
td.TdClassName
{
border-color: #8542FB;
}
.TagClassName
{
border-color: #8542FB;
}
</style>