Shades of Dark Orchid #9942D5
Tints of Dark Orchid #9942D5
RGB
CMYK
RGB Variations
Color information
#9942D5 (or 0x9942D5) is known color: Dark Orchid. HEX triplet: 99, 42 and D5. RGB value is (153,66,213). Sum of RGB (Red+Green+Blue) = 153+66+213=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 66 (26.17% from 255 or 15.28% from 432); Blue value is 213 (83.59% from 255 or 49.31% from 432); Max value from RGB is 213 - color contains mainly: blue. Hex color #9942D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942D5 is #66BD2A. Grayscale: #6C6C6C. Windows color (decimal): -6733099 or 13976217. OLE color: 13976217.
HSL color Cylindrical-coordinate representation of color #9942D5: hue angle of 275.51º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9942D5 is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 66 | 213 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.16 |
| HSL | 275.51º | 0.64% | 0.55% | - |
| HSV(B) | 275.51º | 0.69% | 0.84% | - |
| XYZ | 27.1 | 15.47 | 64.51 | - |
| YUV | 108.77 | 186.82 | 159.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 213 | 0.28 | 0.69 | 0 | 0.16 | 275.51 | 0.64 | 0.55 |
| Hex | 99 | 42 | D5 | 1C | 45 | 0 | 10 | 114 | 40 | 37 |
| Octal | 231 | 102 | 325 | 34 | 105 | 0 | 20 | 424 | 100 | 67 |
| Binary | 10011001 | 1000010 | 11010101 | 11100 | 1000101 | 0 | 10000 | 100010100 | 1000000 | 110111 |
Color Harmonies of #9942D5
Complementary color
Monochromatic Colors of #9942D5
Black with #9942D5
Text Example
Text Example
White with #9942D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9942D5; }
p { color: rgb(153,66,213); }
H1.HeaderClassName
{
color: #9942D5;
}
.AnyTagClassName
{
color: #9942D5;
}
</style>
background-color css
<style>
a { background-color: #9942D5; }
a { background-color: rgb(153,66,213); }
div.DivClassName
{
background-color: #9942D5;
}
.BgClassName
{
background-color: #9942D5;
}
</style>
border-color css
<style>
span { border-color: #9942D5; }
span { border-color: rgb(153,66,213); }
td.TdClassName
{
border-color: #9942D5;
}
.TagClassName
{
border-color: #9942D5;
}
</style>