Shades of Blue Violet #8338D0
Tints of Blue Violet #8338D0
RGB
CMYK
RGB Variations
Color information
#8338D0 (or 0x8338D0) is known color: Blue Violet. HEX triplet: 83, 38 and D0. RGB value is (131,56,208). Sum of RGB (Red+Green+Blue) = 131+56+208=395 (52% of max value = 765). Red value is 131 (51.56% from 255 or 33.16% from 395); Green value is 56 (22.27% from 255 or 14.18% from 395); Blue value is 208 (81.64% from 255 or 52.66% from 395); Max value from RGB is 208 - color contains mainly: blue. Hex color #8338D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8338D0 is #7CC72F. Grayscale: #5F5F5F. Windows color (decimal): -8177456 or 13645955. OLE color: 13645955.
HSL color Cylindrical-coordinate representation of color #8338D0: hue angle of 269.61º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8338D0 is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 131 | 56 | 208 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.18 |
| HSL | 269.61º | 0.62% | 0.52% | - |
| HSV(B) | 269.61º | 0.73% | 0.82% | - |
| XYZ | 22.16 | 12.21 | 60.86 | - |
| YUV | 95.75 | 191.35 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 56 | 208 | 0.37 | 0.73 | 0 | 0.18 | 269.61 | 0.62 | 0.52 |
| Hex | 83 | 38 | D0 | 25 | 49 | 0 | 12 | 10E | 3E | 34 |
| Octal | 203 | 70 | 320 | 45 | 111 | 0 | 22 | 416 | 76 | 64 |
| Binary | 10000011 | 111000 | 11010000 | 100101 | 1001001 | 0 | 10010 | 100001110 | 111110 | 110100 |
Color Harmonies of #8338D0
Complementary color
Monochromatic Colors of #8338D0
Black with #8338D0
Text Example
Text Example
White with #8338D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8338D0; }
p { color: rgb(131,56,208); }
H1.HeaderClassName
{
color: #8338D0;
}
.AnyTagClassName
{
color: #8338D0;
}
</style>
background-color css
<style>
a { background-color: #8338D0; }
a { background-color: rgb(131,56,208); }
div.DivClassName
{
background-color: #8338D0;
}
.BgClassName
{
background-color: #8338D0;
}
</style>
border-color css
<style>
span { border-color: #8338D0; }
span { border-color: rgb(131,56,208); }
td.TdClassName
{
border-color: #8338D0;
}
.TagClassName
{
border-color: #8338D0;
}
</style>