Shades of Blue Violet #8038D2
Tints of Blue Violet #8038D2
RGB
CMYK
RGB Variations
Color information
#8038D2 (or 0x8038D2) is known color: Blue Violet. HEX triplet: 80, 38 and D2. RGB value is (128,56,210). Sum of RGB (Red+Green+Blue) = 128+56+210=394 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.49% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 210 (82.42% from 255 or 53.30% from 394); Max value from RGB is 210 - color contains mainly: blue. Hex color #8038D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038D2 is #7FC72D. Grayscale: #5E5E5E. Windows color (decimal): -8374062 or 13777024. OLE color: 13777024.
HSL color Cylindrical-coordinate representation of color #8038D2: hue angle of 268.05º degrees, saturation: 0.63, 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 #8038D2 is Cyan = 0.39, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 56 | 210 | - |
| CMYK | 0.39 | 0.73 | 0 | 0.18 |
| HSL | 268.05º | 0.63% | 0.52% | - |
| HSV(B) | 268.05º | 0.73% | 0.82% | - |
| XYZ | 21.95 | 12.07 | 62.15 | - |
| YUV | 95.08 | 192.85 | 151.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 210 | 0.39 | 0.73 | 0 | 0.18 | 268.05 | 0.63 | 0.52 |
| Hex | 80 | 38 | D2 | 27 | 49 | 0 | 12 | 10C | 3F | 34 |
| Octal | 200 | 70 | 322 | 47 | 111 | 0 | 22 | 414 | 77 | 64 |
| Binary | 10000000 | 111000 | 11010010 | 100111 | 1001001 | 0 | 10010 | 100001100 | 111111 | 110100 |
Color Harmonies of #8038D2
Complementary color
Monochromatic Colors of #8038D2
Black with #8038D2
Text Example
Text Example
White with #8038D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038D2; }
p { color: rgb(128,56,210); }
H1.HeaderClassName
{
color: #8038D2;
}
.AnyTagClassName
{
color: #8038D2;
}
</style>
background-color css
<style>
a { background-color: #8038D2; }
a { background-color: rgb(128,56,210); }
div.DivClassName
{
background-color: #8038D2;
}
.BgClassName
{
background-color: #8038D2;
}
</style>
border-color css
<style>
span { border-color: #8038D2; }
span { border-color: rgb(128,56,210); }
td.TdClassName
{
border-color: #8038D2;
}
.TagClassName
{
border-color: #8038D2;
}
</style>