Shades of Blue Violet #8023F0
Tints of Blue Violet #8023F0
RGB
CMYK
RGB Variations
Color information
#8023F0 (or 0x8023F0) is known color: Blue Violet. HEX triplet: 80, 23 and F0. RGB value is (128,35,240). Sum of RGB (Red+Green+Blue) = 128+35+240=403 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.76% from 403); Green value is 35 (14.06% from 255 or 8.68% from 403); Blue value is 240 (94.14% from 255 or 59.55% from 403); Max value from RGB is 240 - color contains mainly: blue. Hex color #8023F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8023F0 is #7FDC0F. Grayscale: #555555. Windows color (decimal): -8379408 or 15737728. OLE color: 15737728.
HSL color Cylindrical-coordinate representation of color #8023F0: hue angle of 267.22º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8023F0 is Cyan = 0.47, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 128 | 35 | 240 | - |
| CMYK | 0.47 | 0.85 | 0 | 0.06 |
| HSL | 267.22º | 0.87% | 0.54% | - |
| HSV(B) | 267.22º | 0.85% | 0.94% | - |
| XYZ | 25.23 | 12.08 | 83.44 | - |
| YUV | 86.18 | 214.81 | 157.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 35 | 240 | 0.47 | 0.85 | 0 | 0.06 | 267.22 | 0.87 | 0.54 |
| Hex | 80 | 23 | F0 | 2F | 55 | 0 | 6 | 10B | 57 | 36 |
| Octal | 200 | 43 | 360 | 57 | 125 | 0 | 6 | 413 | 127 | 66 |
| Binary | 10000000 | 100011 | 11110000 | 101111 | 1010101 | 0 | 110 | 100001011 | 1010111 | 110110 |
Color Harmonies of #8023F0
Complementary color
Monochromatic Colors of #8023F0
Black with #8023F0
Text Example
Text Example
White with #8023F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8023F0; }
p { color: rgb(128,35,240); }
H1.HeaderClassName
{
color: #8023F0;
}
.AnyTagClassName
{
color: #8023F0;
}
</style>
background-color css
<style>
a { background-color: #8023F0; }
a { background-color: rgb(128,35,240); }
div.DivClassName
{
background-color: #8023F0;
}
.BgClassName
{
background-color: #8023F0;
}
</style>
border-color css
<style>
span { border-color: #8023F0; }
span { border-color: rgb(128,35,240); }
td.TdClassName
{
border-color: #8023F0;
}
.TagClassName
{
border-color: #8023F0;
}
</style>