Shades of Blue Violet #8335CE
Tints of Blue Violet #8335CE
RGB
CMYK
RGB Variations
Color information
#8335CE (or 0x8335CE) is known color: Blue Violet. HEX triplet: 83, 35 and CE. RGB value is (131,53,206). Sum of RGB (Red+Green+Blue) = 131+53+206=390 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.59% from 390); Green value is 53 (21.09% from 255 or 13.59% from 390); Blue value is 206 (80.86% from 255 or 52.82% from 390); Max value from RGB is 206 - color contains mainly: blue. Hex color #8335CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8335CE is #7CCA31. Grayscale: #5D5D5D. Windows color (decimal): -8178226 or 13514115. OLE color: 13514115.
HSL color Cylindrical-coordinate representation of color #8335CE: hue angle of 270.59º 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 #8335CE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 53 | 206 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.19 |
| HSL | 270.59º | 0.61% | 0.51% | - |
| HSV(B) | 270.59º | 0.74% | 0.81% | - |
| XYZ | 21.77 | 11.83 | 59.53 | - |
| YUV | 93.76 | 191.34 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 53 | 206 | 0.36 | 0.74 | 0 | 0.19 | 270.59 | 0.61 | 0.51 |
| Hex | 83 | 35 | CE | 24 | 4A | 0 | 13 | 10F | 3D | 33 |
| Octal | 203 | 65 | 316 | 44 | 112 | 0 | 23 | 417 | 75 | 63 |
| Binary | 10000011 | 110101 | 11001110 | 100100 | 1001010 | 0 | 10011 | 100001111 | 111101 | 110011 |
Color Harmonies of #8335CE
Complementary color
Monochromatic Colors of #8335CE
Black with #8335CE
Text Example
Text Example
White with #8335CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8335CE; }
p { color: rgb(131,53,206); }
H1.HeaderClassName
{
color: #8335CE;
}
.AnyTagClassName
{
color: #8335CE;
}
</style>
background-color css
<style>
a { background-color: #8335CE; }
a { background-color: rgb(131,53,206); }
div.DivClassName
{
background-color: #8335CE;
}
.BgClassName
{
background-color: #8335CE;
}
</style>
border-color css
<style>
span { border-color: #8335CE; }
span { border-color: rgb(131,53,206); }
td.TdClassName
{
border-color: #8335CE;
}
.TagClassName
{
border-color: #8335CE;
}
</style>