Shades of Dark Violet #8905CB
Tints of Dark Violet #8905CB
RGB
CMYK
RGB Variations
Color information
#8905CB (or 0x8905CB) is known color: Dark Violet. HEX triplet: 89, 05 and CB. RGB value is (137,5,203). Sum of RGB (Red+Green+Blue) = 137+5+203=345 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.71% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #8905CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8905CB is #76FA34. Grayscale: #424242. Windows color (decimal): -7797301 or 13305225. OLE color: 13305225.
HSL color Cylindrical-coordinate representation of color #8905CB: hue angle of 280º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8905CB is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 5 | 203 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.20 |
| HSL | 280º | 0.95% | 0.41% | - |
| HSV(B) | 280º | 0.98% | 0.8% | - |
| XYZ | 21.15 | 9.74 | 57.26 | - |
| YUV | 67.04 | 204.73 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 203 | 0.33 | 0.98 | 0 | 0.20 | 280 | 0.95 | 0.41 |
| Hex | 89 | 5 | CB | 21 | 62 | 0 | 14 | 118 | 5F | 29 |
| Octal | 211 | 5 | 313 | 41 | 142 | 0 | 24 | 430 | 137 | 51 |
| Binary | 10001001 | 101 | 11001011 | 100001 | 1100010 | 0 | 10100 | 100011000 | 1011111 | 101001 |
Color Harmonies of #8905CB
Complementary color
Monochromatic Colors of #8905CB
Black with #8905CB
Text Example
Text Example
White with #8905CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8905CB; }
p { color: rgb(137,5,203); }
H1.HeaderClassName
{
color: #8905CB;
}
.AnyTagClassName
{
color: #8905CB;
}
</style>
background-color css
<style>
a { background-color: #8905CB; }
a { background-color: rgb(137,5,203); }
div.DivClassName
{
background-color: #8905CB;
}
.BgClassName
{
background-color: #8905CB;
}
</style>
border-color css
<style>
span { border-color: #8905CB; }
span { border-color: rgb(137,5,203); }
td.TdClassName
{
border-color: #8905CB;
}
.TagClassName
{
border-color: #8905CB;
}
</style>