Shades of Dark Orchid #9C3EBD
Tints of Dark Orchid #9C3EBD
RGB
CMYK
RGB Variations
Color information
#9C3EBD (or 0x9C3EBD) is known color: Dark Orchid. HEX triplet: 9C, 3E and BD. RGB value is (156,62,189). Sum of RGB (Red+Green+Blue) = 156+62+189=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 62 (24.61% from 255 or 15.23% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C3EBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3EBD is #63C142. Grayscale: #686868. Windows color (decimal): -6537539 or 12402332. OLE color: 12402332.
HSL color Cylindrical-coordinate representation of color #9C3EBD: hue angle of 284.41º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C3EBD is Cyan = 0.17, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 62 | 189 | - |
| CMYK | 0.17 | 0.67 | 0 | 0.26 |
| HSL | 284.41º | 0.51% | 0.49% | - |
| HSV(B) | 284.41º | 0.67% | 0.74% | - |
| XYZ | 24.62 | 14.19 | 49.59 | - |
| YUV | 104.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 62 | 189 | 0.17 | 0.67 | 0 | 0.26 | 284.41 | 0.51 | 0.49 |
| Hex | 9C | 3E | BD | 11 | 43 | 0 | 1A | 11C | 33 | 31 |
| Octal | 234 | 76 | 275 | 21 | 103 | 0 | 32 | 434 | 63 | 61 |
| Binary | 10011100 | 111110 | 10111101 | 10001 | 1000011 | 0 | 11010 | 100011100 | 110011 | 110001 |
Color Harmonies of #9C3EBD
Complementary color
Monochromatic Colors of #9C3EBD
Black with #9C3EBD
Text Example
Text Example
White with #9C3EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3EBD; }
p { color: rgb(156,62,189); }
H1.HeaderClassName
{
color: #9C3EBD;
}
.AnyTagClassName
{
color: #9C3EBD;
}
</style>
background-color css
<style>
a { background-color: #9C3EBD; }
a { background-color: rgb(156,62,189); }
div.DivClassName
{
background-color: #9C3EBD;
}
.BgClassName
{
background-color: #9C3EBD;
}
</style>
border-color css
<style>
span { border-color: #9C3EBD; }
span { border-color: rgb(156,62,189); }
td.TdClassName
{
border-color: #9C3EBD;
}
.TagClassName
{
border-color: #9C3EBD;
}
</style>