Shades of Dark Violet #9D08DA
Tints of Dark Violet #9D08DA
RGB
CMYK
RGB Variations
Color information
#9D08DA (or 0x9D08DA) is known color: Dark Violet. HEX triplet: 9D, 08 and DA. RGB value is (157,8,218). Sum of RGB (Red+Green+Blue) = 157+8+218=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 8 (3.52% from 255 or 2.09% from 383); Blue value is 218 (85.55% from 255 or 56.92% from 383); Max value from RGB is 218 - color contains mainly: blue. Hex color #9D08DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D08DA is #62F725. Grayscale: #4B4B4B. Windows color (decimal): -6485798 or 14289053. OLE color: 14289053.
HSL color Cylindrical-coordinate representation of color #9D08DA: hue angle of 282.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9D08DA is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 157 | 8 | 218 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.15 |
| HSL | 282.57º | 0.93% | 0.44% | - |
| HSV(B) | 282.57º | 0.96% | 0.85% | - |
| XYZ | 26.65 | 12.4 | 67.32 | - |
| YUV | 76.49 | 207.86 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 8 | 218 | 0.28 | 0.96 | 0 | 0.15 | 282.57 | 0.93 | 0.44 |
| Hex | 9D | 8 | DA | 1C | 60 | 0 | F | 11B | 5D | 2C |
| Octal | 235 | 10 | 332 | 34 | 140 | 0 | 17 | 433 | 135 | 54 |
| Binary | 10011101 | 1000 | 11011010 | 11100 | 1100000 | 0 | 1111 | 100011011 | 1011101 | 101100 |
Color Harmonies of #9D08DA
Complementary color
Monochromatic Colors of #9D08DA
Black with #9D08DA
Text Example
Text Example
White with #9D08DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D08DA; }
p { color: rgb(157,8,218); }
H1.HeaderClassName
{
color: #9D08DA;
}
.AnyTagClassName
{
color: #9D08DA;
}
</style>
background-color css
<style>
a { background-color: #9D08DA; }
a { background-color: rgb(157,8,218); }
div.DivClassName
{
background-color: #9D08DA;
}
.BgClassName
{
background-color: #9D08DA;
}
</style>
border-color css
<style>
span { border-color: #9D08DA; }
span { border-color: rgb(157,8,218); }
td.TdClassName
{
border-color: #9D08DA;
}
.TagClassName
{
border-color: #9D08DA;
}
</style>