Shades of Dark Orchid #9926D2
Tints of Dark Orchid #9926D2
RGB
CMYK
RGB Variations
Color information
#9926D2 (or 0x9926D2) is known color: Dark Orchid. HEX triplet: 99, 26 and D2. RGB value is (153,38,210). Sum of RGB (Red+Green+Blue) = 153+38+210=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 38 (15.23% from 255 or 9.48% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #9926D2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9926D2 is #66D92D. Grayscale: #5B5B5B. Windows color (decimal): -6740270 or 13772441. OLE color: 13772441.
HSL color Cylindrical-coordinate representation of color #9926D2: hue angle of 280.12º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9926D2 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 38 | 210 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.18 |
| HSL | 280.12º | 0.69% | 0.49% | - |
| HSV(B) | 280.12º | 0.82% | 0.82% | - |
| XYZ | 25.46 | 12.81 | 62.1 | - |
| YUV | 91.99 | 194.6 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 210 | 0.27 | 0.82 | 0 | 0.18 | 280.12 | 0.69 | 0.49 |
| Hex | 99 | 26 | D2 | 1B | 52 | 0 | 12 | 118 | 45 | 31 |
| Octal | 231 | 46 | 322 | 33 | 122 | 0 | 22 | 430 | 105 | 61 |
| Binary | 10011001 | 100110 | 11010010 | 11011 | 1010010 | 0 | 10010 | 100011000 | 1000101 | 110001 |
Color Harmonies of #9926D2
Complementary color
Monochromatic Colors of #9926D2
Black with #9926D2
Text Example
Text Example
White with #9926D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9926D2; }
p { color: rgb(153,38,210); }
H1.HeaderClassName
{
color: #9926D2;
}
.AnyTagClassName
{
color: #9926D2;
}
</style>
background-color css
<style>
a { background-color: #9926D2; }
a { background-color: rgb(153,38,210); }
div.DivClassName
{
background-color: #9926D2;
}
.BgClassName
{
background-color: #9926D2;
}
</style>
border-color css
<style>
span { border-color: #9926D2; }
span { border-color: rgb(153,38,210); }
td.TdClassName
{
border-color: #9926D2;
}
.TagClassName
{
border-color: #9926D2;
}
</style>