Shades of Blue Violet #802ACF
Tints of Blue Violet #802ACF
RGB
CMYK
RGB Variations
Color information
#802ACF (or 0x802ACF) is known color: Blue Violet. HEX triplet: 80, 2A and CF. RGB value is (128,42,207). Sum of RGB (Red+Green+Blue) = 128+42+207=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 42 (16.80% from 255 or 11.14% from 377); Blue value is 207 (81.25% from 255 or 54.91% from 377); Max value from RGB is 207 - color contains mainly: blue. Hex color #802ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #802ACF is #7FD530. Grayscale: #555555. Windows color (decimal): -8377649 or 13576832. OLE color: 13576832.
HSL color Cylindrical-coordinate representation of color #802ACF: hue angle of 271.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #802ACF is Cyan = 0.38, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 42 | 207 | - |
| CMYK | 0.38 | 0.80 | 0 | 0.19 |
| HSL | 271.27º | 0.66% | 0.49% | - |
| HSV(B) | 271.27º | 0.8% | 0.81% | - |
| XYZ | 20.99 | 10.75 | 60 | - |
| YUV | 86.52 | 195.99 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 42 | 207 | 0.38 | 0.80 | 0 | 0.19 | 271.27 | 0.66 | 0.49 |
| Hex | 80 | 2A | CF | 26 | 50 | 0 | 13 | 10F | 42 | 31 |
| Octal | 200 | 52 | 317 | 46 | 120 | 0 | 23 | 417 | 102 | 61 |
| Binary | 10000000 | 101010 | 11001111 | 100110 | 1010000 | 0 | 10011 | 100001111 | 1000010 | 110001 |
Color Harmonies of #802ACF
Complementary color
Monochromatic Colors of #802ACF
Black with #802ACF
Text Example
Text Example
White with #802ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #802ACF; }
p { color: rgb(128,42,207); }
H1.HeaderClassName
{
color: #802ACF;
}
.AnyTagClassName
{
color: #802ACF;
}
</style>
background-color css
<style>
a { background-color: #802ACF; }
a { background-color: rgb(128,42,207); }
div.DivClassName
{
background-color: #802ACF;
}
.BgClassName
{
background-color: #802ACF;
}
</style>
border-color css
<style>
span { border-color: #802ACF; }
span { border-color: rgb(128,42,207); }
td.TdClassName
{
border-color: #802ACF;
}
.TagClassName
{
border-color: #802ACF;
}
</style>