Shades of Dark Violet #9A00D7
Tints of Dark Violet #9A00D7
RGB
CMYK
RGB Variations
Color information
#9A00D7 (or 0x9A00D7) is known color: Dark Violet. HEX triplet: 9A, 00 and D7. RGB value is (154,0,215). Sum of RGB (Red+Green+Blue) = 154+0+215=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 0 (0.39% from 255 or 0% from 369); Blue value is 215 (84.38% from 255 or 58.27% from 369); Max value from RGB is 215 - color contains mainly: blue. Hex color #9A00D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00D7 is #65FF28. Grayscale: #454545. Windows color (decimal): -6684457 or 14090394. OLE color: 14090394.
HSL color Cylindrical-coordinate representation of color #9A00D7: hue angle of 282.98º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00D7 is Cyan = 0.28, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 154 | 0 | 215 | - |
| CMYK | 0.28 | 1 | 0 | 0.16 |
| HSL | 282.98º | 1% | 0.42% | - |
| HSV(B) | 282.98º | 1% | 0.84% | - |
| XYZ | 25.59 | 11.78 | 65.21 | - |
| YUV | 70.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 215 | 0.28 | 1 | 0 | 0.16 | 282.98 | 1 | 0.42 |
| Hex | 9A | 0 | D7 | 1C | 64 | 0 | 10 | 11B | 64 | 2A |
| Octal | 232 | 0 | 327 | 34 | 144 | 0 | 20 | 433 | 144 | 52 |
| Binary | 10011010 | 0 | 11010111 | 11100 | 1100100 | 0 | 10000 | 100011011 | 1100100 | 101010 |
Color Harmonies of #9A00D7
Complementary color
Monochromatic Colors of #9A00D7
Black with #9A00D7
Text Example
Text Example
White with #9A00D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00D7; }
p { color: rgb(154,0,215); }
H1.HeaderClassName
{
color: #9A00D7;
}
.AnyTagClassName
{
color: #9A00D7;
}
</style>
background-color css
<style>
a { background-color: #9A00D7; }
a { background-color: rgb(154,0,215); }
div.DivClassName
{
background-color: #9A00D7;
}
.BgClassName
{
background-color: #9A00D7;
}
</style>
border-color css
<style>
span { border-color: #9A00D7; }
span { border-color: rgb(154,0,215); }
td.TdClassName
{
border-color: #9A00D7;
}
.TagClassName
{
border-color: #9A00D7;
}
</style>