Shades of Dark Orchid #9C43CB
Tints of Dark Orchid #9C43CB
RGB
CMYK
RGB Variations
Color information
#9C43CB (or 0x9C43CB) is known color: Dark Orchid. HEX triplet: 9C, 43 and CB. RGB value is (156,67,203). Sum of RGB (Red+Green+Blue) = 156+67+203=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #9C43CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C43CB is #63BC34. Grayscale: #6C6C6C. Windows color (decimal): -6536245 or 13321116. OLE color: 13321116.
HSL color Cylindrical-coordinate representation of color #9C43CB: hue angle of 279.26º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C43CB is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 156 | 67 | 203 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.20 |
| HSL | 279.26º | 0.57% | 0.53% | - |
| HSV(B) | 279.26º | 0.67% | 0.8% | - |
| XYZ | 26.5 | 15.39 | 58.07 | - |
| YUV | 109.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 67 | 203 | 0.23 | 0.67 | 0 | 0.20 | 279.26 | 0.57 | 0.53 |
| Hex | 9C | 43 | CB | 17 | 43 | 0 | 14 | 117 | 39 | 35 |
| Octal | 234 | 103 | 313 | 27 | 103 | 0 | 24 | 427 | 71 | 65 |
| Binary | 10011100 | 1000011 | 11001011 | 10111 | 1000011 | 0 | 10100 | 100010111 | 111001 | 110101 |
Color Harmonies of #9C43CB
Complementary color
Monochromatic Colors of #9C43CB
Black with #9C43CB
Text Example
Text Example
White with #9C43CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C43CB; }
p { color: rgb(156,67,203); }
H1.HeaderClassName
{
color: #9C43CB;
}
.AnyTagClassName
{
color: #9C43CB;
}
</style>
background-color css
<style>
a { background-color: #9C43CB; }
a { background-color: rgb(156,67,203); }
div.DivClassName
{
background-color: #9C43CB;
}
.BgClassName
{
background-color: #9C43CB;
}
</style>
border-color css
<style>
span { border-color: #9C43CB; }
span { border-color: rgb(156,67,203); }
td.TdClassName
{
border-color: #9C43CB;
}
.TagClassName
{
border-color: #9C43CB;
}
</style>