Shades of Blue Violet #8530E7
Tints of Blue Violet #8530E7
RGB
CMYK
RGB Variations
Color information
#8530E7 (or 0x8530E7) is known color: Blue Violet. HEX triplet: 85, 30 and E7. RGB value is (133,48,231). Sum of RGB (Red+Green+Blue) = 133+48+231=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 48 (19.14% from 255 or 11.65% from 412); Blue value is 231 (90.62% from 255 or 56.07% from 412); Max value from RGB is 231 - color contains mainly: blue. Hex color #8530E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8530E7 is #7ACF18. Grayscale: #5D5D5D. Windows color (decimal): -8048409 or 15151237. OLE color: 15151237.
HSL color Cylindrical-coordinate representation of color #8530E7: hue angle of 267.87º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8530E7 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 48 | 231 | - |
| CMYK | 0.42 | 0.79 | 0 | 0.09 |
| HSL | 267.87º | 0.79% | 0.55% | - |
| HSV(B) | 267.87º | 0.79% | 0.91% | - |
| XYZ | 25.15 | 12.87 | 76.76 | - |
| YUV | 94.28 | 205.16 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 231 | 0.42 | 0.79 | 0 | 0.09 | 267.87 | 0.79 | 0.55 |
| Hex | 85 | 30 | E7 | 2A | 4F | 0 | 9 | 10C | 4F | 37 |
| Octal | 205 | 60 | 347 | 52 | 117 | 0 | 11 | 414 | 117 | 67 |
| Binary | 10000101 | 110000 | 11100111 | 101010 | 1001111 | 0 | 1001 | 100001100 | 1001111 | 110111 |
Color Harmonies of #8530E7
Complementary color
Monochromatic Colors of #8530E7
Black with #8530E7
Text Example
Text Example
White with #8530E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8530E7; }
p { color: rgb(133,48,231); }
H1.HeaderClassName
{
color: #8530E7;
}
.AnyTagClassName
{
color: #8530E7;
}
</style>
background-color css
<style>
a { background-color: #8530E7; }
a { background-color: rgb(133,48,231); }
div.DivClassName
{
background-color: #8530E7;
}
.BgClassName
{
background-color: #8530E7;
}
</style>
border-color css
<style>
span { border-color: #8530E7; }
span { border-color: rgb(133,48,231); }
td.TdClassName
{
border-color: #8530E7;
}
.TagClassName
{
border-color: #8530E7;
}
</style>