Shades of Blue Violet #803FCF
Tints of Blue Violet #803FCF
RGB
CMYK
RGB Variations
Color information
#803FCF (or 0x803FCF) is known color: Blue Violet. HEX triplet: 80, 3F and CF. RGB value is (128,63,207). Sum of RGB (Red+Green+Blue) = 128+63+207=398 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.16% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 207 (81.25% from 255 or 52.01% from 398); Max value from RGB is 207 - color contains mainly: blue. Hex color #803FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803FCF is #7FC030. Grayscale: #626262. Windows color (decimal): -8372273 or 13582208. OLE color: 13582208.
HSL color Cylindrical-coordinate representation of color #803FCF: hue angle of 267.08º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #803FCF is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 63 | 207 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.19 |
| HSL | 267.08º | 0.6% | 0.53% | - |
| HSV(B) | 267.08º | 0.7% | 0.81% | - |
| XYZ | 21.94 | 12.65 | 60.32 | - |
| YUV | 98.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 207 | 0.38 | 0.70 | 0 | 0.19 | 267.08 | 0.6 | 0.53 |
| Hex | 80 | 3F | CF | 26 | 46 | 0 | 13 | 10B | 3C | 35 |
| Octal | 200 | 77 | 317 | 46 | 106 | 0 | 23 | 413 | 74 | 65 |
| Binary | 10000000 | 111111 | 11001111 | 100110 | 1000110 | 0 | 10011 | 100001011 | 111100 | 110101 |
Color Harmonies of #803FCF
Complementary color
Monochromatic Colors of #803FCF
Black with #803FCF
Text Example
Text Example
White with #803FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FCF; }
p { color: rgb(128,63,207); }
H1.HeaderClassName
{
color: #803FCF;
}
.AnyTagClassName
{
color: #803FCF;
}
</style>
background-color css
<style>
a { background-color: #803FCF; }
a { background-color: rgb(128,63,207); }
div.DivClassName
{
background-color: #803FCF;
}
.BgClassName
{
background-color: #803FCF;
}
</style>
border-color css
<style>
span { border-color: #803FCF; }
span { border-color: rgb(128,63,207); }
td.TdClassName
{
border-color: #803FCF;
}
.TagClassName
{
border-color: #803FCF;
}
</style>