Shades of Dark Orchid #9C26BD
Tints of Dark Orchid #9C26BD
RGB
CMYK
RGB Variations
Color information
#9C26BD (or 0x9C26BD) is known color: Dark Orchid. HEX triplet: 9C, 26 and BD. RGB value is (156,38,189). Sum of RGB (Red+Green+Blue) = 156+38+189=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C26BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C26BD is #63D942. Grayscale: #5A5A5A. Windows color (decimal): -6543683 or 12396188. OLE color: 12396188.
HSL color Cylindrical-coordinate representation of color #9C26BD: hue angle of 286.89º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C26BD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 38 | 189 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.26 |
| HSL | 286.89º | 0.67% | 0.45% | - |
| HSV(B) | 286.89º | 0.8% | 0.74% | - |
| XYZ | 23.59 | 12.13 | 49.24 | - |
| YUV | 90.5 | 183.59 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 38 | 189 | 0.17 | 0.80 | 0 | 0.26 | 286.89 | 0.67 | 0.45 |
| Hex | 9C | 26 | BD | 11 | 50 | 0 | 1A | 11F | 43 | 2D |
| Octal | 234 | 46 | 275 | 21 | 120 | 0 | 32 | 437 | 103 | 55 |
| Binary | 10011100 | 100110 | 10111101 | 10001 | 1010000 | 0 | 11010 | 100011111 | 1000011 | 101101 |
Color Harmonies of #9C26BD
Complementary color
Monochromatic Colors of #9C26BD
Black with #9C26BD
Text Example
Text Example
White with #9C26BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C26BD; }
p { color: rgb(156,38,189); }
H1.HeaderClassName
{
color: #9C26BD;
}
.AnyTagClassName
{
color: #9C26BD;
}
</style>
background-color css
<style>
a { background-color: #9C26BD; }
a { background-color: rgb(156,38,189); }
div.DivClassName
{
background-color: #9C26BD;
}
.BgClassName
{
background-color: #9C26BD;
}
</style>
border-color css
<style>
span { border-color: #9C26BD; }
span { border-color: rgb(156,38,189); }
td.TdClassName
{
border-color: #9C26BD;
}
.TagClassName
{
border-color: #9C26BD;
}
</style>