Shades of Dark Orchid #9946D2
Tints of Dark Orchid #9946D2
RGB
CMYK
RGB Variations
Color information
#9946D2 (or 0x9946D2) is known color: Dark Orchid. HEX triplet: 99, 46 and D2. RGB value is (153,70,210). Sum of RGB (Red+Green+Blue) = 153+70+210=433 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.33% from 433); Green value is 70 (27.73% from 255 or 16.17% from 433); Blue value is 210 (82.42% from 255 or 48.50% from 433); Max value from RGB is 210 - color contains mainly: blue. Hex color #9946D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9946D2 is #66B92D. Grayscale: #6E6E6E. Windows color (decimal): -6732078 or 13780633. OLE color: 13780633.
HSL color Cylindrical-coordinate representation of color #9946D2: hue angle of 275.57º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9946D2 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 70 | 210 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.18 |
| HSL | 275.57º | 0.61% | 0.55% | - |
| HSV(B) | 275.57º | 0.67% | 0.82% | - |
| XYZ | 26.96 | 15.81 | 62.6 | - |
| YUV | 110.78 | 184 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 70 | 210 | 0.27 | 0.67 | 0 | 0.18 | 275.57 | 0.61 | 0.55 |
| Hex | 99 | 46 | D2 | 1B | 43 | 0 | 12 | 114 | 3D | 37 |
| Octal | 231 | 106 | 322 | 33 | 103 | 0 | 22 | 424 | 75 | 67 |
| Binary | 10011001 | 1000110 | 11010010 | 11011 | 1000011 | 0 | 10010 | 100010100 | 111101 | 110111 |
Color Harmonies of #9946D2
Complementary color
Monochromatic Colors of #9946D2
Black with #9946D2
Text Example
Text Example
White with #9946D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9946D2; }
p { color: rgb(153,70,210); }
H1.HeaderClassName
{
color: #9946D2;
}
.AnyTagClassName
{
color: #9946D2;
}
</style>
background-color css
<style>
a { background-color: #9946D2; }
a { background-color: rgb(153,70,210); }
div.DivClassName
{
background-color: #9946D2;
}
.BgClassName
{
background-color: #9946D2;
}
</style>
border-color css
<style>
span { border-color: #9946D2; }
span { border-color: rgb(153,70,210); }
td.TdClassName
{
border-color: #9946D2;
}
.TagClassName
{
border-color: #9946D2;
}
</style>