Shades of Dark Orchid #9942CF
Tints of Dark Orchid #9942CF
RGB
CMYK
RGB Variations
Color information
#9942CF (or 0x9942CF) is known color: Dark Orchid. HEX triplet: 99, 42 and CF. RGB value is (153,66,207). Sum of RGB (Red+Green+Blue) = 153+66+207=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #9942CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9942CF is #66BD30. Grayscale: #6B6B6B. Windows color (decimal): -6733105 or 13583001. OLE color: 13583001.
HSL color Cylindrical-coordinate representation of color #9942CF: hue angle of 277.02º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9942CF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 66 | 207 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.19 |
| HSL | 277.02º | 0.59% | 0.54% | - |
| HSV(B) | 277.02º | 0.68% | 0.81% | - |
| XYZ | 26.35 | 15.17 | 60.57 | - |
| YUV | 108.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 66 | 207 | 0.26 | 0.68 | 0 | 0.19 | 277.02 | 0.59 | 0.54 |
| Hex | 99 | 42 | CF | 1A | 44 | 0 | 13 | 115 | 3B | 36 |
| Octal | 231 | 102 | 317 | 32 | 104 | 0 | 23 | 425 | 73 | 66 |
| Binary | 10011001 | 1000010 | 11001111 | 11010 | 1000100 | 0 | 10011 | 100010101 | 111011 | 110110 |
Color Harmonies of #9942CF
Complementary color
Monochromatic Colors of #9942CF
Black with #9942CF
Text Example
Text Example
White with #9942CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9942CF; }
p { color: rgb(153,66,207); }
H1.HeaderClassName
{
color: #9942CF;
}
.AnyTagClassName
{
color: #9942CF;
}
</style>
background-color css
<style>
a { background-color: #9942CF; }
a { background-color: rgb(153,66,207); }
div.DivClassName
{
background-color: #9942CF;
}
.BgClassName
{
background-color: #9942CF;
}
</style>
border-color css
<style>
span { border-color: #9942CF; }
span { border-color: rgb(153,66,207); }
td.TdClassName
{
border-color: #9942CF;
}
.TagClassName
{
border-color: #9942CF;
}
</style>