Shades of Dark Violet #8908CB
Tints of Dark Violet #8908CB
RGB
CMYK
RGB Variations
Color information
#8908CB (or 0x8908CB) is known color: Dark Violet. HEX triplet: 89, 08 and CB. RGB value is (137,8,203). Sum of RGB (Red+Green+Blue) = 137+8+203=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 8 (3.52% from 255 or 2.30% from 348); Blue value is 203 (79.69% from 255 or 58.33% from 348); Max value from RGB is 203 - color contains mainly: blue. Hex color #8908CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8908CB is #76F734. Grayscale: #444444. Windows color (decimal): -7796533 or 13305993. OLE color: 13305993.
HSL color Cylindrical-coordinate representation of color #8908CB: hue angle of 279.69º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8908CB is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 8 | 203 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.20 |
| HSL | 279.69º | 0.92% | 0.41% | - |
| HSV(B) | 279.69º | 0.96% | 0.8% | - |
| XYZ | 21.18 | 9.8 | 57.28 | - |
| YUV | 68.8 | 203.74 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 8 | 203 | 0.33 | 0.96 | 0 | 0.20 | 279.69 | 0.92 | 0.41 |
| Hex | 89 | 8 | CB | 21 | 60 | 0 | 14 | 118 | 5C | 29 |
| Octal | 211 | 10 | 313 | 41 | 140 | 0 | 24 | 430 | 134 | 51 |
| Binary | 10001001 | 1000 | 11001011 | 100001 | 1100000 | 0 | 10100 | 100011000 | 1011100 | 101001 |
Color Harmonies of #8908CB
Complementary color
Monochromatic Colors of #8908CB
Black with #8908CB
Text Example
Text Example
White with #8908CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8908CB; }
p { color: rgb(137,8,203); }
H1.HeaderClassName
{
color: #8908CB;
}
.AnyTagClassName
{
color: #8908CB;
}
</style>
background-color css
<style>
a { background-color: #8908CB; }
a { background-color: rgb(137,8,203); }
div.DivClassName
{
background-color: #8908CB;
}
.BgClassName
{
background-color: #8908CB;
}
</style>
border-color css
<style>
span { border-color: #8908CB; }
span { border-color: rgb(137,8,203); }
td.TdClassName
{
border-color: #8908CB;
}
.TagClassName
{
border-color: #8908CB;
}
</style>