Shades of Blue Violet #8024CC
Tints of Blue Violet #8024CC
RGB
CMYK
RGB Variations
Color information
#8024CC (or 0x8024CC) is known color: Blue Violet. HEX triplet: 80, 24 and CC. RGB value is (128,36,204). Sum of RGB (Red+Green+Blue) = 128+36+204=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 204 (80.08% from 255 or 55.43% from 368); Max value from RGB is 204 - color contains mainly: blue. Hex color #8024CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8024CC is #7FDB33. Grayscale: #525252. Windows color (decimal): -8379188 or 13378688. OLE color: 13378688.
HSL color Cylindrical-coordinate representation of color #8024CC: hue angle of 272.86º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8024CC is Cyan = 0.37, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 36 | 204 | - |
| CMYK | 0.37 | 0.82 | 0 | 0.2 |
| HSL | 272.86º | 0.7% | 0.47% | - |
| HSV(B) | 272.86º | 0.82% | 0.8% | - |
| XYZ | 20.43 | 10.21 | 58.02 | - |
| YUV | 82.66 | 196.48 | 160.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 36 | 204 | 0.37 | 0.82 | 0 | 0.2 | 272.86 | 0.7 | 0.47 |
| Hex | 80 | 24 | CC | 25 | 52 | 0 | 14 | 111 | 46 | 2F |
| Octal | 200 | 44 | 314 | 45 | 122 | 0 | 24 | 421 | 106 | 57 |
| Binary | 10000000 | 100100 | 11001100 | 100101 | 1010010 | 0 | 10100 | 100010001 | 1000110 | 101111 |
Color Harmonies of #8024CC
Complementary color
Monochromatic Colors of #8024CC
Black with #8024CC
Text Example
Text Example
White with #8024CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8024CC; }
p { color: rgb(128,36,204); }
H1.HeaderClassName
{
color: #8024CC;
}
.AnyTagClassName
{
color: #8024CC;
}
</style>
background-color css
<style>
a { background-color: #8024CC; }
a { background-color: rgb(128,36,204); }
div.DivClassName
{
background-color: #8024CC;
}
.BgClassName
{
background-color: #8024CC;
}
</style>
border-color css
<style>
span { border-color: #8024CC; }
span { border-color: rgb(128,36,204); }
td.TdClassName
{
border-color: #8024CC;
}
.TagClassName
{
border-color: #8024CC;
}
</style>