Shades of Dark Violet #8905C4
Tints of Dark Violet #8905C4
RGB
CMYK
RGB Variations
Color information
#8905C4 (or 0x8905C4) is known color: Dark Violet. HEX triplet: 89, 05 and C4. RGB value is (137,5,196). Sum of RGB (Red+Green+Blue) = 137+5+196=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 196 (76.95% from 255 or 57.99% from 338); Max value from RGB is 196 - color contains mainly: blue. Hex color #8905C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905C4 is #76FA3B. Grayscale: #414141. Windows color (decimal): -7797308 or 12846473. OLE color: 12846473.
HSL color Cylindrical-coordinate representation of color #8905C4: hue angle of 281.47º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8905C4 is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 137 | 5 | 196 | - |
| CMYK | 0.30 | 0.97 | 0 | 0.23 |
| HSL | 281.47º | 0.95% | 0.39% | - |
| HSV(B) | 281.47º | 0.97% | 0.77% | - |
| XYZ | 20.33 | 9.41 | 52.97 | - |
| YUV | 66.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 196 | 0.30 | 0.97 | 0 | 0.23 | 281.47 | 0.95 | 0.39 |
| Hex | 89 | 5 | C4 | 1E | 61 | 0 | 17 | 119 | 5F | 27 |
| Octal | 211 | 5 | 304 | 36 | 141 | 0 | 27 | 431 | 137 | 47 |
| Binary | 10001001 | 101 | 11000100 | 11110 | 1100001 | 0 | 10111 | 100011001 | 1011111 | 100111 |
Color Harmonies of #8905C4
Complementary color
Monochromatic Colors of #8905C4
Black with #8905C4
Text Example
Text Example
White with #8905C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8905C4; }
p { color: rgb(137,5,196); }
H1.HeaderClassName
{
color: #8905C4;
}
.AnyTagClassName
{
color: #8905C4;
}
</style>
background-color css
<style>
a { background-color: #8905C4; }
a { background-color: rgb(137,5,196); }
div.DivClassName
{
background-color: #8905C4;
}
.BgClassName
{
background-color: #8905C4;
}
</style>
border-color css
<style>
span { border-color: #8905C4; }
span { border-color: rgb(137,5,196); }
td.TdClassName
{
border-color: #8905C4;
}
.TagClassName
{
border-color: #8905C4;
}
</style>