Shades of Dark Violet #8905DF
Tints of Dark Violet #8905DF
RGB
CMYK
RGB Variations
Color information
#8905DF (or 0x8905DF) is known color: Dark Violet. HEX triplet: 89, 05 and DF. RGB value is (137,5,223). Sum of RGB (Red+Green+Blue) = 137+5+223=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 223 (87.5% from 255 or 61.10% from 365); Max value from RGB is 223 - color contains mainly: blue. Hex color #8905DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905DF is #76FA20. Grayscale: #444444. Windows color (decimal): -7797281 or 14615945. OLE color: 14615945.
HSL color Cylindrical-coordinate representation of color #8905DF: hue angle of 276.33º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8905DF is Cyan = 0.39, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 5 | 223 | - |
| CMYK | 0.39 | 0.98 | 0 | 0.13 |
| HSL | 276.33º | 0.96% | 0.45% | - |
| HSV(B) | 276.33º | 0.98% | 0.87% | - |
| XYZ | 23.69 | 10.75 | 70.64 | - |
| YUV | 69.32 | 214.73 | 176.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 223 | 0.39 | 0.98 | 0 | 0.13 | 276.33 | 0.96 | 0.45 |
| Hex | 89 | 5 | DF | 27 | 62 | 0 | D | 114 | 60 | 2D |
| Octal | 211 | 5 | 337 | 47 | 142 | 0 | 15 | 424 | 140 | 55 |
| Binary | 10001001 | 101 | 11011111 | 100111 | 1100010 | 0 | 1101 | 100010100 | 1100000 | 101101 |
Color Harmonies of #8905DF
Complementary color
Monochromatic Colors of #8905DF
Black with #8905DF
Text Example
Text Example
White with #8905DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8905DF; }
p { color: rgb(137,5,223); }
H1.HeaderClassName
{
color: #8905DF;
}
.AnyTagClassName
{
color: #8905DF;
}
</style>
background-color css
<style>
a { background-color: #8905DF; }
a { background-color: rgb(137,5,223); }
div.DivClassName
{
background-color: #8905DF;
}
.BgClassName
{
background-color: #8905DF;
}
</style>
border-color css
<style>
span { border-color: #8905DF; }
span { border-color: rgb(137,5,223); }
td.TdClassName
{
border-color: #8905DF;
}
.TagClassName
{
border-color: #8905DF;
}
</style>