Shades of Dark Violet #8803F0
Tints of Dark Violet #8803F0
RGB
CMYK
RGB Variations
Color information
#8803F0 (or 0x8803F0) is known color: Dark Violet. HEX triplet: 88, 03 and F0. RGB value is (136,3,240). Sum of RGB (Red+Green+Blue) = 136+3+240=379 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.88% from 379); Green value is 3 (1.56% from 255 or 0.79% from 379); Blue value is 240 (94.14% from 255 or 63.32% from 379); Max value from RGB is 240 - color contains mainly: blue. Hex color #8803F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803F0 is #77FC0F. Grayscale: #444444. Windows color (decimal): -7863312 or 15729544. OLE color: 15729544.
HSL color Cylindrical-coordinate representation of color #8803F0: hue angle of 273.67º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803F0 is Cyan = 0.43, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 3 | 240 | - |
| CMYK | 0.43 | 0.99 | 0 | 0.06 |
| HSL | 273.67º | 0.98% | 0.48% | - |
| HSV(B) | 273.67º | 0.99% | 0.94% | - |
| XYZ | 25.91 | 11.59 | 83.31 | - |
| YUV | 69.79 | 224.06 | 175.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 240 | 0.43 | 0.99 | 0 | 0.06 | 273.67 | 0.98 | 0.48 |
| Hex | 88 | 3 | F0 | 2B | 63 | 0 | 6 | 112 | 62 | 30 |
| Octal | 210 | 3 | 360 | 53 | 143 | 0 | 6 | 422 | 142 | 60 |
| Binary | 10001000 | 11 | 11110000 | 101011 | 1100011 | 0 | 110 | 100010010 | 1100010 | 110000 |
Color Harmonies of #8803F0
Complementary color
Monochromatic Colors of #8803F0
Black with #8803F0
Text Example
Text Example
White with #8803F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803F0; }
p { color: rgb(136,3,240); }
H1.HeaderClassName
{
color: #8803F0;
}
.AnyTagClassName
{
color: #8803F0;
}
</style>
background-color css
<style>
a { background-color: #8803F0; }
a { background-color: rgb(136,3,240); }
div.DivClassName
{
background-color: #8803F0;
}
.BgClassName
{
background-color: #8803F0;
}
</style>
border-color css
<style>
span { border-color: #8803F0; }
span { border-color: rgb(136,3,240); }
td.TdClassName
{
border-color: #8803F0;
}
.TagClassName
{
border-color: #8803F0;
}
</style>