Shades of Blue Violet #8028CA
Tints of Blue Violet #8028CA
RGB
CMYK
RGB Variations
Color information
#8028CA (or 0x8028CA) is known color: Blue Violet. HEX triplet: 80, 28 and CA. RGB value is (128,40,202). Sum of RGB (Red+Green+Blue) = 128+40+202=370 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.59% from 370); Green value is 40 (16.02% from 255 or 10.81% from 370); Blue value is 202 (79.30% from 255 or 54.59% from 370); Max value from RGB is 202 - color contains mainly: blue. Hex color #8028CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8028CA is #7FD735. Grayscale: #545454. Windows color (decimal): -8378166 or 13248640. OLE color: 13248640.
HSL color Cylindrical-coordinate representation of color #8028CA: hue angle of 272.59º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8028CA is Cyan = 0.37, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 40 | 202 | - |
| CMYK | 0.37 | 0.80 | 0 | 0.21 |
| HSL | 272.59º | 0.67% | 0.47% | - |
| HSV(B) | 272.59º | 0.8% | 0.79% | - |
| XYZ | 20.32 | 10.37 | 56.81 | - |
| YUV | 84.78 | 194.15 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 40 | 202 | 0.37 | 0.80 | 0 | 0.21 | 272.59 | 0.67 | 0.47 |
| Hex | 80 | 28 | CA | 25 | 50 | 0 | 15 | 111 | 43 | 2F |
| Octal | 200 | 50 | 312 | 45 | 120 | 0 | 25 | 421 | 103 | 57 |
| Binary | 10000000 | 101000 | 11001010 | 100101 | 1010000 | 0 | 10101 | 100010001 | 1000011 | 101111 |
Color Harmonies of #8028CA
Complementary color
Monochromatic Colors of #8028CA
Black with #8028CA
Text Example
Text Example
White with #8028CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8028CA; }
p { color: rgb(128,40,202); }
H1.HeaderClassName
{
color: #8028CA;
}
.AnyTagClassName
{
color: #8028CA;
}
</style>
background-color css
<style>
a { background-color: #8028CA; }
a { background-color: rgb(128,40,202); }
div.DivClassName
{
background-color: #8028CA;
}
.BgClassName
{
background-color: #8028CA;
}
</style>
border-color css
<style>
span { border-color: #8028CA; }
span { border-color: rgb(128,40,202); }
td.TdClassName
{
border-color: #8028CA;
}
.TagClassName
{
border-color: #8028CA;
}
</style>