Shades of Dark Orchid #9C25BC
Tints of Dark Orchid #9C25BC
RGB
CMYK
RGB Variations
Color information
#9C25BC (or 0x9C25BC) is known color: Dark Orchid. HEX triplet: 9C, 25 and BC. RGB value is (156,37,188). Sum of RGB (Red+Green+Blue) = 156+37+188=381 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.94% from 381); Green value is 37 (14.84% from 255 or 9.71% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C25BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C25BC is #63DA43. Grayscale: #595959. Windows color (decimal): -6543940 or 12330396. OLE color: 12330396.
HSL color Cylindrical-coordinate representation of color #9C25BC: hue angle of 287.28º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C25BC is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 37 | 188 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.26 |
| HSL | 287.28º | 0.67% | 0.44% | - |
| HSV(B) | 287.28º | 0.8% | 0.74% | - |
| XYZ | 23.45 | 12.02 | 48.66 | - |
| YUV | 89.8 | 183.42 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 37 | 188 | 0.17 | 0.80 | 0 | 0.26 | 287.28 | 0.67 | 0.44 |
| Hex | 9C | 25 | BC | 11 | 50 | 0 | 1A | 11F | 43 | 2C |
| Octal | 234 | 45 | 274 | 21 | 120 | 0 | 32 | 437 | 103 | 54 |
| Binary | 10011100 | 100101 | 10111100 | 10001 | 1010000 | 0 | 11010 | 100011111 | 1000011 | 101100 |
Color Harmonies of #9C25BC
Complementary color
Monochromatic Colors of #9C25BC
Black with #9C25BC
Text Example
Text Example
White with #9C25BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C25BC; }
p { color: rgb(156,37,188); }
H1.HeaderClassName
{
color: #9C25BC;
}
.AnyTagClassName
{
color: #9C25BC;
}
</style>
background-color css
<style>
a { background-color: #9C25BC; }
a { background-color: rgb(156,37,188); }
div.DivClassName
{
background-color: #9C25BC;
}
.BgClassName
{
background-color: #9C25BC;
}
</style>
border-color css
<style>
span { border-color: #9C25BC; }
span { border-color: rgb(156,37,188); }
td.TdClassName
{
border-color: #9C25BC;
}
.TagClassName
{
border-color: #9C25BC;
}
</style>