Shades of Dark Orchid #9926CE
Tints of Dark Orchid #9926CE
RGB
CMYK
RGB Variations
Color information
#9926CE (or 0x9926CE) is known color: Dark Orchid. HEX triplet: 99, 26 and CE. RGB value is (153,38,206). Sum of RGB (Red+Green+Blue) = 153+38+206=397 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.54% from 397); Green value is 38 (15.23% from 255 or 9.57% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #9926CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9926CE is #66D931. Grayscale: #5A5A5A. Windows color (decimal): -6740274 or 13510297. OLE color: 13510297.
HSL color Cylindrical-coordinate representation of color #9926CE: hue angle of 281.07º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9926CE is Cyan = 0.26, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 153 | 38 | 206 | - |
| CMYK | 0.26 | 0.82 | 0 | 0.19 |
| HSL | 281.07º | 0.69% | 0.48% | - |
| HSV(B) | 281.07º | 0.82% | 0.81% | - |
| XYZ | 24.97 | 12.61 | 59.51 | - |
| YUV | 91.54 | 192.6 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 206 | 0.26 | 0.82 | 0 | 0.19 | 281.07 | 0.69 | 0.48 |
| Hex | 99 | 26 | CE | 1A | 52 | 0 | 13 | 119 | 45 | 30 |
| Octal | 231 | 46 | 316 | 32 | 122 | 0 | 23 | 431 | 105 | 60 |
| Binary | 10011001 | 100110 | 11001110 | 11010 | 1010010 | 0 | 10011 | 100011001 | 1000101 | 110000 |
Color Harmonies of #9926CE
Complementary color
Monochromatic Colors of #9926CE
Black with #9926CE
Text Example
Text Example
White with #9926CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9926CE; }
p { color: rgb(153,38,206); }
H1.HeaderClassName
{
color: #9926CE;
}
.AnyTagClassName
{
color: #9926CE;
}
</style>
background-color css
<style>
a { background-color: #9926CE; }
a { background-color: rgb(153,38,206); }
div.DivClassName
{
background-color: #9926CE;
}
.BgClassName
{
background-color: #9926CE;
}
</style>
border-color css
<style>
span { border-color: #9926CE; }
span { border-color: rgb(153,38,206); }
td.TdClassName
{
border-color: #9926CE;
}
.TagClassName
{
border-color: #9926CE;
}
</style>