Shades of Blue Violet #853BE7
Tints of Blue Violet #853BE7
RGB
CMYK
RGB Variations
Color information
#853BE7 (or 0x853BE7) is known color: Blue Violet. HEX triplet: 85, 3B and E7. RGB value is (133,59,231). Sum of RGB (Red+Green+Blue) = 133+59+231=423 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.44% from 423); Green value is 59 (23.44% from 255 or 13.95% from 423); Blue value is 231 (90.62% from 255 or 54.61% from 423); Max value from RGB is 231 - color contains mainly: blue. Hex color #853BE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853BE7 is #7AC418. Grayscale: #646464. Windows color (decimal): -8045593 or 15154053. OLE color: 15154053.
HSL color Cylindrical-coordinate representation of color #853BE7: hue angle of 265.81º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853BE7 is Cyan = 0.42, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 59 | 231 | - |
| CMYK | 0.42 | 0.74 | 0 | 0.09 |
| HSL | 265.81º | 0.78% | 0.57% | - |
| HSV(B) | 265.81º | 0.74% | 0.91% | - |
| XYZ | 25.66 | 13.88 | 76.93 | - |
| YUV | 100.73 | 201.52 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 59 | 231 | 0.42 | 0.74 | 0 | 0.09 | 265.81 | 0.78 | 0.57 |
| Hex | 85 | 3B | E7 | 2A | 4A | 0 | 9 | 10A | 4E | 39 |
| Octal | 205 | 73 | 347 | 52 | 112 | 0 | 11 | 412 | 116 | 71 |
| Binary | 10000101 | 111011 | 11100111 | 101010 | 1001010 | 0 | 1001 | 100001010 | 1001110 | 111001 |
Color Harmonies of #853BE7
Complementary color
Monochromatic Colors of #853BE7
Black with #853BE7
Text Example
Text Example
White with #853BE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853BE7; }
p { color: rgb(133,59,231); }
H1.HeaderClassName
{
color: #853BE7;
}
.AnyTagClassName
{
color: #853BE7;
}
</style>
background-color css
<style>
a { background-color: #853BE7; }
a { background-color: rgb(133,59,231); }
div.DivClassName
{
background-color: #853BE7;
}
.BgClassName
{
background-color: #853BE7;
}
</style>
border-color css
<style>
span { border-color: #853BE7; }
span { border-color: rgb(133,59,231); }
td.TdClassName
{
border-color: #853BE7;
}
.TagClassName
{
border-color: #853BE7;
}
</style>