Shades of Dark Violet #8801DF
Tints of Dark Violet #8801DF
RGB
CMYK
RGB Variations
Color information
#8801DF (or 0x8801DF) is known color: Dark Violet. HEX triplet: 88, 01 and DF. RGB value is (136,1,223). Sum of RGB (Red+Green+Blue) = 136+1+223=360 (47% of max value = 765). Red value is 136 (53.52% from 255 or 37.78% from 360); Green value is 1 (0.78% from 255 or 0.28% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #8801DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8801DF is #77FE20. Grayscale: #414141. Windows color (decimal): -7863841 or 14614920. OLE color: 14614920.
HSL color Cylindrical-coordinate representation of color #8801DF: hue angle of 276.49º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8801DF is Cyan = 0.39, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 136 | 1 | 223 | - |
| CMYK | 0.39 | 1.00 | 0 | 0.13 |
| HSL | 276.49º | 0.99% | 0.44% | - |
| HSV(B) | 276.49º | 1% | 0.87% | - |
| XYZ | 23.48 | 10.58 | 70.62 | - |
| YUV | 66.67 | 216.23 | 177.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 223 | 0.39 | 1.00 | 0 | 0.13 | 276.49 | 0.99 | 0.44 |
| Hex | 88 | 1 | DF | 27 | 64 | 0 | D | 114 | 63 | 2C |
| Octal | 210 | 1 | 337 | 47 | 144 | 0 | 15 | 424 | 143 | 54 |
| Binary | 10001000 | 1 | 11011111 | 100111 | 1100100 | 0 | 1101 | 100010100 | 1100011 | 101100 |
Color Harmonies of #8801DF
Complementary color
Monochromatic Colors of #8801DF
Black with #8801DF
Text Example
Text Example
White with #8801DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8801DF; }
p { color: rgb(136,1,223); }
H1.HeaderClassName
{
color: #8801DF;
}
.AnyTagClassName
{
color: #8801DF;
}
</style>
background-color css
<style>
a { background-color: #8801DF; }
a { background-color: rgb(136,1,223); }
div.DivClassName
{
background-color: #8801DF;
}
.BgClassName
{
background-color: #8801DF;
}
</style>
border-color css
<style>
span { border-color: #8801DF; }
span { border-color: rgb(136,1,223); }
td.TdClassName
{
border-color: #8801DF;
}
.TagClassName
{
border-color: #8801DF;
}
</style>