Shades of Dark Orchid #9949CF
Tints of Dark Orchid #9949CF
RGB
CMYK
RGB Variations
Color information
#9949CF (or 0x9949CF) is known color: Dark Orchid. HEX triplet: 99, 49 and CF. RGB value is (153,73,207). Sum of RGB (Red+Green+Blue) = 153+73+207=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: blue. Hex color #9949CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949CF is #66B630. Grayscale: #6F6F6F. Windows color (decimal): -6731313 or 13584793. OLE color: 13584793.
HSL color Cylindrical-coordinate representation of color #9949CF: hue angle of 275.82º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9949CF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 73 | 207 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.19 |
| HSL | 275.82º | 0.58% | 0.55% | - |
| HSV(B) | 275.82º | 0.65% | 0.81% | - |
| XYZ | 26.78 | 16.04 | 60.72 | - |
| YUV | 112.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 207 | 0.26 | 0.65 | 0 | 0.19 | 275.82 | 0.58 | 0.55 |
| Hex | 99 | 49 | CF | 1A | 41 | 0 | 13 | 114 | 3A | 37 |
| Octal | 231 | 111 | 317 | 32 | 101 | 0 | 23 | 424 | 72 | 67 |
| Binary | 10011001 | 1001001 | 11001111 | 11010 | 1000001 | 0 | 10011 | 100010100 | 111010 | 110111 |
Color Harmonies of #9949CF
Complementary color
Monochromatic Colors of #9949CF
Black with #9949CF
Text Example
Text Example
White with #9949CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949CF; }
p { color: rgb(153,73,207); }
H1.HeaderClassName
{
color: #9949CF;
}
.AnyTagClassName
{
color: #9949CF;
}
</style>
background-color css
<style>
a { background-color: #9949CF; }
a { background-color: rgb(153,73,207); }
div.DivClassName
{
background-color: #9949CF;
}
.BgClassName
{
background-color: #9949CF;
}
</style>
border-color css
<style>
span { border-color: #9949CF; }
span { border-color: rgb(153,73,207); }
td.TdClassName
{
border-color: #9949CF;
}
.TagClassName
{
border-color: #9949CF;
}
</style>