Shades of Dark Orchid #9940D2
Tints of Dark Orchid #9940D2
RGB
CMYK
RGB Variations
Color information
#9940D2 (or 0x9940D2) is known color: Dark Orchid. HEX triplet: 99, 40 and D2. RGB value is (153,64,210). Sum of RGB (Red+Green+Blue) = 153+64+210=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 210 (82.42% from 255 or 49.18% from 427); Max value from RGB is 210 - color contains mainly: blue. Hex color #9940D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9940D2 is #66BF2D. Grayscale: #6A6A6A. Windows color (decimal): -6733614 or 13779097. OLE color: 13779097.
HSL color Cylindrical-coordinate representation of color #9940D2: hue angle of 276.58º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9940D2 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 64 | 210 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.18 |
| HSL | 276.58º | 0.62% | 0.54% | - |
| HSV(B) | 276.58º | 0.7% | 0.82% | - |
| XYZ | 26.6 | 15.09 | 62.48 | - |
| YUV | 107.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 64 | 210 | 0.27 | 0.70 | 0 | 0.18 | 276.58 | 0.62 | 0.54 |
| Hex | 99 | 40 | D2 | 1B | 46 | 0 | 12 | 115 | 3E | 36 |
| Octal | 231 | 100 | 322 | 33 | 106 | 0 | 22 | 425 | 76 | 66 |
| Binary | 10011001 | 1000000 | 11010010 | 11011 | 1000110 | 0 | 10010 | 100010101 | 111110 | 110110 |
Color Harmonies of #9940D2
Complementary color
Monochromatic Colors of #9940D2
Black with #9940D2
Text Example
Text Example
White with #9940D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9940D2; }
p { color: rgb(153,64,210); }
H1.HeaderClassName
{
color: #9940D2;
}
.AnyTagClassName
{
color: #9940D2;
}
</style>
background-color css
<style>
a { background-color: #9940D2; }
a { background-color: rgb(153,64,210); }
div.DivClassName
{
background-color: #9940D2;
}
.BgClassName
{
background-color: #9940D2;
}
</style>
border-color css
<style>
span { border-color: #9940D2; }
span { border-color: rgb(153,64,210); }
td.TdClassName
{
border-color: #9940D2;
}
.TagClassName
{
border-color: #9940D2;
}
</style>