Shades of Blue Violet #853FE7
Tints of Blue Violet #853FE7
RGB
CMYK
RGB Variations
Color information
#853FE7 (or 0x853FE7) is known color: Blue Violet. HEX triplet: 85, 3F and E7. RGB value is (133,63,231). Sum of RGB (Red+Green+Blue) = 133+63+231=427 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.15% from 427); Green value is 63 (25% from 255 or 14.75% from 427); Blue value is 231 (90.62% from 255 or 54.10% from 427); Max value from RGB is 231 - color contains mainly: blue. Hex color #853FE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853FE7 is #7AC018. Grayscale: #666666. Windows color (decimal): -8044569 or 15155077. OLE color: 15155077.
HSL color Cylindrical-coordinate representation of color #853FE7: hue angle of 265º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853FE7 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 133 | 63 | 231 | - |
| CMYK | 0.42 | 0.73 | 0 | 0.09 |
| HSL | 265º | 0.78% | 0.58% | - |
| HSV(B) | 265º | 0.73% | 0.91% | - |
| XYZ | 25.87 | 14.31 | 77 | - |
| YUV | 103.08 | 200.19 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 63 | 231 | 0.42 | 0.73 | 0 | 0.09 | 265 | 0.78 | 0.58 |
| Hex | 85 | 3F | E7 | 2A | 49 | 0 | 9 | 109 | 4E | 3A |
| Octal | 205 | 77 | 347 | 52 | 111 | 0 | 11 | 411 | 116 | 72 |
| Binary | 10000101 | 111111 | 11100111 | 101010 | 1001001 | 0 | 1001 | 100001001 | 1001110 | 111010 |
Color Harmonies of #853FE7
Complementary color
Monochromatic Colors of #853FE7
Black with #853FE7
Text Example
Text Example
White with #853FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853FE7; }
p { color: rgb(133,63,231); }
H1.HeaderClassName
{
color: #853FE7;
}
.AnyTagClassName
{
color: #853FE7;
}
</style>
background-color css
<style>
a { background-color: #853FE7; }
a { background-color: rgb(133,63,231); }
div.DivClassName
{
background-color: #853FE7;
}
.BgClassName
{
background-color: #853FE7;
}
</style>
border-color css
<style>
span { border-color: #853FE7; }
span { border-color: rgb(133,63,231); }
td.TdClassName
{
border-color: #853FE7;
}
.TagClassName
{
border-color: #853FE7;
}
</style>