Shades of Blue Violet #8017CE
Tints of Blue Violet #8017CE
RGB
CMYK
RGB Variations
Color information
#8017CE (or 0x8017CE) is known color: Blue Violet. HEX triplet: 80, 17 and CE. RGB value is (128,23,206). Sum of RGB (Red+Green+Blue) = 128+23+206=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 23 (9.38% from 255 or 6.44% from 357); Blue value is 206 (80.86% from 255 or 57.70% from 357); Max value from RGB is 206 - color contains mainly: blue. Hex color #8017CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8017CE is #7FE831. Grayscale: #4A4A4A. Windows color (decimal): -8382514 or 13506432. OLE color: 13506432.
HSL color Cylindrical-coordinate representation of color #8017CE: hue angle of 274.43º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #8017CE is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 23 | 206 | - |
| CMYK | 0.38 | 0.89 | 0 | 0.19 |
| HSL | 274.43º | 0.8% | 0.45% | - |
| HSV(B) | 274.43º | 0.89% | 0.81% | - |
| XYZ | 20.35 | 9.66 | 59.18 | - |
| YUV | 75.26 | 201.79 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 23 | 206 | 0.38 | 0.89 | 0 | 0.19 | 274.43 | 0.8 | 0.45 |
| Hex | 80 | 17 | CE | 26 | 59 | 0 | 13 | 112 | 50 | 2D |
| Octal | 200 | 27 | 316 | 46 | 131 | 0 | 23 | 422 | 120 | 55 |
| Binary | 10000000 | 10111 | 11001110 | 100110 | 1011001 | 0 | 10011 | 100010010 | 1010000 | 101101 |
Color Harmonies of #8017CE
Complementary color
Monochromatic Colors of #8017CE
Black with #8017CE
Text Example
Text Example
White with #8017CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8017CE; }
p { color: rgb(128,23,206); }
H1.HeaderClassName
{
color: #8017CE;
}
.AnyTagClassName
{
color: #8017CE;
}
</style>
background-color css
<style>
a { background-color: #8017CE; }
a { background-color: rgb(128,23,206); }
div.DivClassName
{
background-color: #8017CE;
}
.BgClassName
{
background-color: #8017CE;
}
</style>
border-color css
<style>
span { border-color: #8017CE; }
span { border-color: rgb(128,23,206); }
td.TdClassName
{
border-color: #8017CE;
}
.TagClassName
{
border-color: #8017CE;
}
</style>