Shades of Blue Violet #8038CB
Tints of Blue Violet #8038CB
RGB
CMYK
RGB Variations
Color information
#8038CB (or 0x8038CB) is known color: Blue Violet. HEX triplet: 80, 38 and CB. RGB value is (128,56,203). Sum of RGB (Red+Green+Blue) = 128+56+203=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 56 (22.27% from 255 or 14.47% from 387); Blue value is 203 (79.69% from 255 or 52.45% from 387); Max value from RGB is 203 - color contains mainly: blue. Hex color #8038CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8038CB is #7FC734. Grayscale: #5D5D5D. Windows color (decimal): -8374069 or 13318272. OLE color: 13318272.
HSL color Cylindrical-coordinate representation of color #8038CB: hue angle of 269.39º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8038CB is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 56 | 203 | - |
| CMYK | 0.37 | 0.72 | 0 | 0.20 |
| HSL | 269.39º | 0.59% | 0.51% | - |
| HSV(B) | 269.39º | 0.72% | 0.8% | - |
| XYZ | 21.1 | 11.73 | 57.65 | - |
| YUV | 94.29 | 189.35 | 152.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 203 | 0.37 | 0.72 | 0 | 0.20 | 269.39 | 0.59 | 0.51 |
| Hex | 80 | 38 | CB | 25 | 48 | 0 | 14 | 10D | 3B | 33 |
| Octal | 200 | 70 | 313 | 45 | 110 | 0 | 24 | 415 | 73 | 63 |
| Binary | 10000000 | 111000 | 11001011 | 100101 | 1001000 | 0 | 10100 | 100001101 | 111011 | 110011 |
Color Harmonies of #8038CB
Complementary color
Monochromatic Colors of #8038CB
Black with #8038CB
Text Example
Text Example
White with #8038CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038CB; }
p { color: rgb(128,56,203); }
H1.HeaderClassName
{
color: #8038CB;
}
.AnyTagClassName
{
color: #8038CB;
}
</style>
background-color css
<style>
a { background-color: #8038CB; }
a { background-color: rgb(128,56,203); }
div.DivClassName
{
background-color: #8038CB;
}
.BgClassName
{
background-color: #8038CB;
}
</style>
border-color css
<style>
span { border-color: #8038CB; }
span { border-color: rgb(128,56,203); }
td.TdClassName
{
border-color: #8038CB;
}
.TagClassName
{
border-color: #8038CB;
}
</style>