Shades of Dark Violet #9006B5
Tints of Dark Violet #9006B5
RGB
CMYK
RGB Variations
Color information
#9006B5 (or 0x9006B5) is known color: Dark Violet. HEX triplet: 90, 06 and B5. RGB value is (144,6,181). Sum of RGB (Red+Green+Blue) = 144+6+181=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 6 (2.73% from 255 or 1.81% from 331); Blue value is 181 (71.09% from 255 or 54.68% from 331); Max value from RGB is 181 - color contains mainly: blue. Hex color #9006B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9006B5 is #6FF94A. Grayscale: #424242. Windows color (decimal): -7338315 or 11863696. OLE color: 11863696.
HSL color Cylindrical-coordinate representation of color #9006B5: hue angle of 287.31º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9006B5 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 144 | 6 | 181 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.29 |
| HSL | 287.31º | 0.94% | 0.37% | - |
| HSV(B) | 287.31º | 0.97% | 0.71% | - |
| XYZ | 19.91 | 9.4 | 44.48 | - |
| YUV | 67.21 | 192.22 | 182.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 6 | 181 | 0.20 | 0.97 | 0 | 0.29 | 287.31 | 0.94 | 0.37 |
| Hex | 90 | 6 | B5 | 14 | 61 | 0 | 1D | 11F | 5E | 25 |
| Octal | 220 | 6 | 265 | 24 | 141 | 0 | 35 | 437 | 136 | 45 |
| Binary | 10010000 | 110 | 10110101 | 10100 | 1100001 | 0 | 11101 | 100011111 | 1011110 | 100101 |
Color Harmonies of #9006B5
Complementary color
Monochromatic Colors of #9006B5
Black with #9006B5
Text Example
Text Example
White with #9006B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9006B5; }
p { color: rgb(144,6,181); }
H1.HeaderClassName
{
color: #9006B5;
}
.AnyTagClassName
{
color: #9006B5;
}
</style>
background-color css
<style>
a { background-color: #9006B5; }
a { background-color: rgb(144,6,181); }
div.DivClassName
{
background-color: #9006B5;
}
.BgClassName
{
background-color: #9006B5;
}
</style>
border-color css
<style>
span { border-color: #9006B5; }
span { border-color: rgb(144,6,181); }
td.TdClassName
{
border-color: #9006B5;
}
.TagClassName
{
border-color: #9006B5;
}
</style>