Shades of Blue Violet #8336CE
Tints of Blue Violet #8336CE
RGB
CMYK
RGB Variations
Color information
#8336CE (or 0x8336CE) is known color: Blue Violet. HEX triplet: 83, 36 and CE. RGB value is (131,54,206). Sum of RGB (Red+Green+Blue) = 131+54+206=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 54 (21.48% from 255 or 13.81% from 391); Blue value is 206 (80.86% from 255 or 52.69% from 391); Max value from RGB is 206 - color contains mainly: blue. Hex color #8336CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8336CE is #7CC931. Grayscale: #5D5D5D. Windows color (decimal): -8177970 or 13514371. OLE color: 13514371.
HSL color Cylindrical-coordinate representation of color #8336CE: hue angle of 270.39º 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 #8336CE is Cyan = 0.36, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 54 | 206 | - |
| CMYK | 0.36 | 0.74 | 0 | 0.19 |
| HSL | 270.39º | 0.61% | 0.51% | - |
| HSV(B) | 270.39º | 0.74% | 0.81% | - |
| XYZ | 21.82 | 11.92 | 59.54 | - |
| YUV | 94.35 | 191.01 | 154.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 54 | 206 | 0.36 | 0.74 | 0 | 0.19 | 270.39 | 0.61 | 0.51 |
| Hex | 83 | 36 | CE | 24 | 4A | 0 | 13 | 10E | 3D | 33 |
| Octal | 203 | 66 | 316 | 44 | 112 | 0 | 23 | 416 | 75 | 63 |
| Binary | 10000011 | 110110 | 11001110 | 100100 | 1001010 | 0 | 10011 | 100001110 | 111101 | 110011 |
Color Harmonies of #8336CE
Complementary color
Monochromatic Colors of #8336CE
Black with #8336CE
Text Example
Text Example
White with #8336CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8336CE; }
p { color: rgb(131,54,206); }
H1.HeaderClassName
{
color: #8336CE;
}
.AnyTagClassName
{
color: #8336CE;
}
</style>
background-color css
<style>
a { background-color: #8336CE; }
a { background-color: rgb(131,54,206); }
div.DivClassName
{
background-color: #8336CE;
}
.BgClassName
{
background-color: #8336CE;
}
</style>
border-color css
<style>
span { border-color: #8336CE; }
span { border-color: rgb(131,54,206); }
td.TdClassName
{
border-color: #8336CE;
}
.TagClassName
{
border-color: #8336CE;
}
</style>