Shades of Blue Violet #8535CE
Tints of Blue Violet #8535CE
RGB
CMYK
RGB Variations
Color information
#8535CE (or 0x8535CE) is known color: Blue Violet. HEX triplet: 85, 35 and CE. RGB value is (133,53,206). Sum of RGB (Red+Green+Blue) = 133+53+206=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 53 (21.09% from 255 or 13.52% from 392); Blue value is 206 (80.86% from 255 or 52.55% from 392); Max value from RGB is 206 - color contains mainly: blue. Hex color #8535CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8535CE is #7ACA31. Grayscale: #5D5D5D. Windows color (decimal): -8047154 or 13514117. OLE color: 13514117.
HSL color Cylindrical-coordinate representation of color #8535CE: hue angle of 271.37º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8535CE is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 133 | 53 | 206 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.19 |
| HSL | 271.37º | 0.61% | 0.51% | - |
| HSV(B) | 271.37º | 0.74% | 0.81% | - |
| XYZ | 22.09 | 11.99 | 59.54 | - |
| YUV | 94.36 | 191 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 206 | 0.35 | 0.74 | 0 | 0.19 | 271.37 | 0.61 | 0.51 |
| Hex | 85 | 35 | CE | 23 | 4A | 0 | 13 | 10F | 3D | 33 |
| Octal | 205 | 65 | 316 | 43 | 112 | 0 | 23 | 417 | 75 | 63 |
| Binary | 10000101 | 110101 | 11001110 | 100011 | 1001010 | 0 | 10011 | 100001111 | 111101 | 110011 |
Color Harmonies of #8535CE
Complementary color
Monochromatic Colors of #8535CE
Black with #8535CE
Text Example
Text Example
White with #8535CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8535CE; }
p { color: rgb(133,53,206); }
H1.HeaderClassName
{
color: #8535CE;
}
.AnyTagClassName
{
color: #8535CE;
}
</style>
background-color css
<style>
a { background-color: #8535CE; }
a { background-color: rgb(133,53,206); }
div.DivClassName
{
background-color: #8535CE;
}
.BgClassName
{
background-color: #8535CE;
}
</style>
border-color css
<style>
span { border-color: #8535CE; }
span { border-color: rgb(133,53,206); }
td.TdClassName
{
border-color: #8535CE;
}
.TagClassName
{
border-color: #8535CE;
}
</style>