Shades of Dark Violet #8803F1
Tints of Dark Violet #8803F1
RGB
CMYK
RGB Variations
Color information
#8803F1 (or 0x8803F1) is known color: Dark Violet. HEX triplet: 88, 03 and F1. RGB value is (136,3,241). Sum of RGB (Red+Green+Blue) = 136+3+241=380 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.79% from 380); Green value is 3 (1.56% from 255 or 0.79% from 380); Blue value is 241 (94.53% from 255 or 63.42% from 380); Max value from RGB is 241 - color contains mainly: blue. Hex color #8803F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8803F1 is #77FC0E. Grayscale: #454545. Windows color (decimal): -7863311 or 15795080. OLE color: 15795080.
HSL color Cylindrical-coordinate representation of color #8803F1: hue angle of 273.53º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8803F1 is Cyan = 0.44, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 136 | 3 | 241 | - |
| CMYK | 0.44 | 0.99 | 0 | 0.05 |
| HSL | 273.53º | 0.98% | 0.48% | - |
| HSV(B) | 273.53º | 0.99% | 0.95% | - |
| XYZ | 26.06 | 11.65 | 84.09 | - |
| YUV | 69.9 | 224.56 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 241 | 0.44 | 0.99 | 0 | 0.05 | 273.53 | 0.98 | 0.48 |
| Hex | 88 | 3 | F1 | 2C | 63 | 0 | 5 | 112 | 62 | 30 |
| Octal | 210 | 3 | 361 | 54 | 143 | 0 | 5 | 422 | 142 | 60 |
| Binary | 10001000 | 11 | 11110001 | 101100 | 1100011 | 0 | 101 | 100010010 | 1100010 | 110000 |
Color Harmonies of #8803F1
Complementary color
Monochromatic Colors of #8803F1
Black with #8803F1
Text Example
Text Example
White with #8803F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8803F1; }
p { color: rgb(136,3,241); }
H1.HeaderClassName
{
color: #8803F1;
}
.AnyTagClassName
{
color: #8803F1;
}
</style>
background-color css
<style>
a { background-color: #8803F1; }
a { background-color: rgb(136,3,241); }
div.DivClassName
{
background-color: #8803F1;
}
.BgClassName
{
background-color: #8803F1;
}
</style>
border-color css
<style>
span { border-color: #8803F1; }
span { border-color: rgb(136,3,241); }
td.TdClassName
{
border-color: #8803F1;
}
.TagClassName
{
border-color: #8803F1;
}
</style>