Shades of Dark Orchid #9C26CE
Tints of Dark Orchid #9C26CE
RGB
CMYK
RGB Variations
Color information
#9C26CE (or 0x9C26CE) is known color: Dark Orchid. HEX triplet: 9C, 26 and CE. RGB value is (156,38,206). Sum of RGB (Red+Green+Blue) = 156+38+206=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 38 (15.23% from 255 or 9.5% from 400); Blue value is 206 (80.86% from 255 or 51.5% from 400); Max value from RGB is 206 - color contains mainly: blue. Hex color #9C26CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C26CE is #63D931. Grayscale: #5B5B5B. Windows color (decimal): -6543666 or 13510300. OLE color: 13510300.
HSL color Cylindrical-coordinate representation of color #9C26CE: hue angle of 282.14º 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 #9C26CE is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 38 | 206 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.19 |
| HSL | 282.14º | 0.69% | 0.48% | - |
| HSV(B) | 282.14º | 0.82% | 0.81% | - |
| XYZ | 25.54 | 12.91 | 59.54 | - |
| YUV | 92.43 | 192.09 | 173.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 206 | 0.24 | 0.82 | 0 | 0.19 | 282.14 | 0.69 | 0.48 |
| Hex | 9C | 26 | CE | 18 | 52 | 0 | 13 | 11A | 45 | 30 |
| Octal | 234 | 46 | 316 | 30 | 122 | 0 | 23 | 432 | 105 | 60 |
| Binary | 10011100 | 100110 | 11001110 | 11000 | 1010010 | 0 | 10011 | 100011010 | 1000101 | 110000 |
Color Harmonies of #9C26CE
Complementary color
Monochromatic Colors of #9C26CE
Black with #9C26CE
Text Example
Text Example
White with #9C26CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C26CE; }
p { color: rgb(156,38,206); }
H1.HeaderClassName
{
color: #9C26CE;
}
.AnyTagClassName
{
color: #9C26CE;
}
</style>
background-color css
<style>
a { background-color: #9C26CE; }
a { background-color: rgb(156,38,206); }
div.DivClassName
{
background-color: #9C26CE;
}
.BgClassName
{
background-color: #9C26CE;
}
</style>
border-color css
<style>
span { border-color: #9C26CE; }
span { border-color: rgb(156,38,206); }
td.TdClassName
{
border-color: #9C26CE;
}
.TagClassName
{
border-color: #9C26CE;
}
</style>