Shades of Dark Violet #9009B6
Tints of Dark Violet #9009B6
RGB
CMYK
RGB Variations
Color information
#9009B6 (or 0x9009B6) is known color: Dark Violet. HEX triplet: 90, 09 and B6. RGB value is (144,9,182). Sum of RGB (Red+Green+Blue) = 144+9+182=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 9 (3.91% from 255 or 2.69% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #9009B6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9009B6 is #6FF649. Grayscale: #444444. Windows color (decimal): -7337546 or 11930000. OLE color: 11930000.
HSL color Cylindrical-coordinate representation of color #9009B6: hue angle of 286.82º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9009B6 is Cyan = 0.21, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 9 | 182 | - |
| CMYK | 0.21 | 0.95 | 0 | 0.29 |
| HSL | 286.82º | 0.91% | 0.37% | - |
| HSV(B) | 286.82º | 0.95% | 0.71% | - |
| XYZ | 20.04 | 9.5 | 45.03 | - |
| YUV | 69.09 | 191.73 | 181.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 9 | 182 | 0.21 | 0.95 | 0 | 0.29 | 286.82 | 0.91 | 0.37 |
| Hex | 90 | 9 | B6 | 15 | 5F | 0 | 1D | 11F | 5B | 25 |
| Octal | 220 | 11 | 266 | 25 | 137 | 0 | 35 | 437 | 133 | 45 |
| Binary | 10010000 | 1001 | 10110110 | 10101 | 1011111 | 0 | 11101 | 100011111 | 1011011 | 100101 |
Color Harmonies of #9009B6
Complementary color
Monochromatic Colors of #9009B6
Black with #9009B6
Text Example
Text Example
White with #9009B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9009B6; }
p { color: rgb(144,9,182); }
H1.HeaderClassName
{
color: #9009B6;
}
.AnyTagClassName
{
color: #9009B6;
}
</style>
background-color css
<style>
a { background-color: #9009B6; }
a { background-color: rgb(144,9,182); }
div.DivClassName
{
background-color: #9009B6;
}
.BgClassName
{
background-color: #9009B6;
}
</style>
border-color css
<style>
span { border-color: #9009B6; }
span { border-color: rgb(144,9,182); }
td.TdClassName
{
border-color: #9009B6;
}
.TagClassName
{
border-color: #9009B6;
}
</style>