Shades of Blue Violet #8017CC
Tints of Blue Violet #8017CC
RGB
CMYK
RGB Variations
Color information
#8017CC (or 0x8017CC) is known color: Blue Violet. HEX triplet: 80, 17 and CC. RGB value is (128,23,204). Sum of RGB (Red+Green+Blue) = 128+23+204=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 204 (80.08% from 255 or 57.46% from 355); Max value from RGB is 204 - color contains mainly: blue. Hex color #8017CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017CC is #7FE833. Grayscale: #4A4A4A. Windows color (decimal): -8382516 or 13375360. OLE color: 13375360.
HSL color Cylindrical-coordinate representation of color #8017CC: hue angle of 274.81º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8017CC is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 23 | 204 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.2 |
| HSL | 274.81º | 0.8% | 0.45% | - |
| HSV(B) | 274.81º | 0.89% | 0.8% | - |
| XYZ | 20.11 | 9.56 | 57.91 | - |
| YUV | 75.03 | 200.79 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 204 | 0.37 | 0.89 | 0 | 0.2 | 274.81 | 0.8 | 0.45 |
| Hex | 80 | 17 | CC | 25 | 59 | 0 | 14 | 113 | 50 | 2D |
| Octal | 200 | 27 | 314 | 45 | 131 | 0 | 24 | 423 | 120 | 55 |
| Binary | 10000000 | 10111 | 11001100 | 100101 | 1011001 | 0 | 10100 | 100010011 | 1010000 | 101101 |
Color Harmonies of #8017CC
Complementary color
Monochromatic Colors of #8017CC
Black with #8017CC
Text Example
Text Example
White with #8017CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017CC; }
p { color: rgb(128,23,204); }
H1.HeaderClassName
{
color: #8017CC;
}
.AnyTagClassName
{
color: #8017CC;
}
</style>
background-color css
<style>
a { background-color: #8017CC; }
a { background-color: rgb(128,23,204); }
div.DivClassName
{
background-color: #8017CC;
}
.BgClassName
{
background-color: #8017CC;
}
</style>
border-color css
<style>
span { border-color: #8017CC; }
span { border-color: rgb(128,23,204); }
td.TdClassName
{
border-color: #8017CC;
}
.TagClassName
{
border-color: #8017CC;
}
</style>