Shades of Blue Violet #8534CF
Tints of Blue Violet #8534CF
RGB
CMYK
RGB Variations
Color information
#8534CF (or 0x8534CF) is known color: Blue Violet. HEX triplet: 85, 34 and CF. RGB value is (133,52,207). Sum of RGB (Red+Green+Blue) = 133+52+207=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 52 (20.70% from 255 or 13.27% from 392); Blue value is 207 (81.25% from 255 or 52.81% from 392); Max value from RGB is 207 - color contains mainly: blue. Hex color #8534CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8534CF is #7ACB30. Grayscale: #5D5D5D. Windows color (decimal): -8047409 or 13579397. OLE color: 13579397.
HSL color Cylindrical-coordinate representation of color #8534CF: hue angle of 271.35º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8534CF is Cyan = 0.36, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 52 | 207 | - |
| CMYK | 0.36 | 0.75 | 0 | 0.19 |
| HSL | 271.35º | 0.62% | 0.51% | - |
| HSV(B) | 271.35º | 0.75% | 0.81% | - |
| XYZ | 22.16 | 11.95 | 60.17 | - |
| YUV | 93.89 | 191.84 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 52 | 207 | 0.36 | 0.75 | 0 | 0.19 | 271.35 | 0.62 | 0.51 |
| Hex | 85 | 34 | CF | 24 | 4B | 0 | 13 | 10F | 3E | 33 |
| Octal | 205 | 64 | 317 | 44 | 113 | 0 | 23 | 417 | 76 | 63 |
| Binary | 10000101 | 110100 | 11001111 | 100100 | 1001011 | 0 | 10011 | 100001111 | 111110 | 110011 |
Color Harmonies of #8534CF
Complementary color
Monochromatic Colors of #8534CF
Black with #8534CF
Text Example
Text Example
White with #8534CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8534CF; }
p { color: rgb(133,52,207); }
H1.HeaderClassName
{
color: #8534CF;
}
.AnyTagClassName
{
color: #8534CF;
}
</style>
background-color css
<style>
a { background-color: #8534CF; }
a { background-color: rgb(133,52,207); }
div.DivClassName
{
background-color: #8534CF;
}
.BgClassName
{
background-color: #8534CF;
}
</style>
border-color css
<style>
span { border-color: #8534CF; }
span { border-color: rgb(133,52,207); }
td.TdClassName
{
border-color: #8534CF;
}
.TagClassName
{
border-color: #8534CF;
}
</style>