Shades of Dark Violet #9907B4
Tints of Dark Violet #9907B4
RGB
CMYK
RGB Variations
Color information
#9907B4 (or 0x9907B4) is known color: Dark Violet. HEX triplet: 99, 07 and B4. RGB value is (153,7,180). Sum of RGB (Red+Green+Blue) = 153+7+180=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #9907B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9907B4 is #66F84B. Grayscale: #454545. Windows color (decimal): -6748236 or 11798425. OLE color: 11798425.
HSL color Cylindrical-coordinate representation of color #9907B4: hue angle of 290.64º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9907B4 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 153 | 7 | 180 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.29 |
| HSL | 290.64º | 0.93% | 0.37% | - |
| HSV(B) | 290.64º | 0.96% | 0.71% | - |
| XYZ | 21.45 | 10.22 | 44.02 | - |
| YUV | 70.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 7 | 180 | 0.15 | 0.96 | 0 | 0.29 | 290.64 | 0.93 | 0.37 |
| Hex | 99 | 7 | B4 | F | 60 | 0 | 1D | 123 | 5D | 25 |
| Octal | 231 | 7 | 264 | 17 | 140 | 0 | 35 | 443 | 135 | 45 |
| Binary | 10011001 | 111 | 10110100 | 1111 | 1100000 | 0 | 11101 | 100100011 | 1011101 | 100101 |
Color Harmonies of #9907B4
Complementary color
Monochromatic Colors of #9907B4
Black with #9907B4
Text Example
Text Example
White with #9907B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9907B4; }
p { color: rgb(153,7,180); }
H1.HeaderClassName
{
color: #9907B4;
}
.AnyTagClassName
{
color: #9907B4;
}
</style>
background-color css
<style>
a { background-color: #9907B4; }
a { background-color: rgb(153,7,180); }
div.DivClassName
{
background-color: #9907B4;
}
.BgClassName
{
background-color: #9907B4;
}
</style>
border-color css
<style>
span { border-color: #9907B4; }
span { border-color: rgb(153,7,180); }
td.TdClassName
{
border-color: #9907B4;
}
.TagClassName
{
border-color: #9907B4;
}
</style>