Shades of Dark Violet #9008BD
Tints of Dark Violet #9008BD
RGB
CMYK
RGB Variations
Color information
#9008BD (or 0x9008BD) is known color: Dark Violet. HEX triplet: 90, 08 and BD. RGB value is (144,8,189). Sum of RGB (Red+Green+Blue) = 144+8+189=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 8 (3.52% from 255 or 2.35% from 341); Blue value is 189 (74.22% from 255 or 55.43% from 341); Max value from RGB is 189 - color contains mainly: blue. Hex color #9008BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008BD is #6FF742. Grayscale: #444444. Windows color (decimal): -7337795 or 12388496. OLE color: 12388496.
HSL color Cylindrical-coordinate representation of color #9008BD: hue angle of 285.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008BD is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 144 | 8 | 189 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.26 |
| HSL | 285.08º | 0.92% | 0.39% | - |
| HSV(B) | 285.08º | 0.96% | 0.74% | - |
| XYZ | 20.77 | 9.78 | 48.94 | - |
| YUV | 69.3 | 195.56 | 181.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 189 | 0.24 | 0.96 | 0 | 0.26 | 285.08 | 0.92 | 0.39 |
| Hex | 90 | 8 | BD | 18 | 60 | 0 | 1A | 11D | 5C | 27 |
| Octal | 220 | 10 | 275 | 30 | 140 | 0 | 32 | 435 | 134 | 47 |
| Binary | 10010000 | 1000 | 10111101 | 11000 | 1100000 | 0 | 11010 | 100011101 | 1011100 | 100111 |
Color Harmonies of #9008BD
Complementary color
Monochromatic Colors of #9008BD
Black with #9008BD
Text Example
Text Example
White with #9008BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9008BD; }
p { color: rgb(144,8,189); }
H1.HeaderClassName
{
color: #9008BD;
}
.AnyTagClassName
{
color: #9008BD;
}
</style>
background-color css
<style>
a { background-color: #9008BD; }
a { background-color: rgb(144,8,189); }
div.DivClassName
{
background-color: #9008BD;
}
.BgClassName
{
background-color: #9008BD;
}
</style>
border-color css
<style>
span { border-color: #9008BD; }
span { border-color: rgb(144,8,189); }
td.TdClassName
{
border-color: #9008BD;
}
.TagClassName
{
border-color: #9008BD;
}
</style>