Shades of Blue Violet #8338CE
Tints of Blue Violet #8338CE
RGB
CMYK
RGB Variations
Color information
#8338CE (or 0x8338CE) is known color: Blue Violet. HEX triplet: 83, 38 and CE. RGB value is (131,56,206). Sum of RGB (Red+Green+Blue) = 131+56+206=393 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.33% from 393); Green value is 56 (22.27% from 255 or 14.25% from 393); Blue value is 206 (80.86% from 255 or 52.42% from 393); Max value from RGB is 206 - color contains mainly: blue. Hex color #8338CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338CE is #7CC731. Grayscale: #5F5F5F. Windows color (decimal): -8177458 or 13514883. OLE color: 13514883.
HSL color Cylindrical-coordinate representation of color #8338CE: hue angle of 270º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8338CE is Cyan = 0.36, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 56 | 206 | - |
| CMYK | 0.36 | 0.73 | 0 | 0.19 |
| HSL | 270º | 0.6% | 0.51% | - |
| HSV(B) | 270º | 0.73% | 0.81% | - |
| XYZ | 21.91 | 12.11 | 59.57 | - |
| YUV | 95.53 | 190.35 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 206 | 0.36 | 0.73 | 0 | 0.19 | 270 | 0.6 | 0.51 |
| Hex | 83 | 38 | CE | 24 | 49 | 0 | 13 | 10E | 3C | 33 |
| Octal | 203 | 70 | 316 | 44 | 111 | 0 | 23 | 416 | 74 | 63 |
| Binary | 10000011 | 111000 | 11001110 | 100100 | 1001001 | 0 | 10011 | 100001110 | 111100 | 110011 |
Color Harmonies of #8338CE
Complementary color
Monochromatic Colors of #8338CE
Black with #8338CE
Text Example
Text Example
White with #8338CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338CE; }
p { color: rgb(131,56,206); }
H1.HeaderClassName
{
color: #8338CE;
}
.AnyTagClassName
{
color: #8338CE;
}
</style>
background-color css
<style>
a { background-color: #8338CE; }
a { background-color: rgb(131,56,206); }
div.DivClassName
{
background-color: #8338CE;
}
.BgClassName
{
background-color: #8338CE;
}
</style>
border-color css
<style>
span { border-color: #8338CE; }
span { border-color: rgb(131,56,206); }
td.TdClassName
{
border-color: #8338CE;
}
.TagClassName
{
border-color: #8338CE;
}
</style>