Shades of Dark Orchid #9C28CA
Tints of Dark Orchid #9C28CA
RGB
CMYK
RGB Variations
Color information
#9C28CA (or 0x9C28CA) is known color: Dark Orchid. HEX triplet: 9C, 28 and CA. RGB value is (156,40,202). Sum of RGB (Red+Green+Blue) = 156+40+202=398 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.20% from 398); Green value is 40 (16.02% from 255 or 10.05% from 398); Blue value is 202 (79.30% from 255 or 50.75% from 398); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C28CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C28CA is #63D735. Grayscale: #5C5C5C. Windows color (decimal): -6543158 or 13248668. OLE color: 13248668.
HSL color Cylindrical-coordinate representation of color #9C28CA: hue angle of 282.96º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9C28CA is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 40 | 202 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.21 |
| HSL | 282.96º | 0.67% | 0.47% | - |
| HSV(B) | 282.96º | 0.8% | 0.79% | - |
| XYZ | 25.13 | 12.85 | 57.03 | - |
| YUV | 93.15 | 189.43 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 202 | 0.23 | 0.80 | 0 | 0.21 | 282.96 | 0.67 | 0.47 |
| Hex | 9C | 28 | CA | 17 | 50 | 0 | 15 | 11B | 43 | 2F |
| Octal | 234 | 50 | 312 | 27 | 120 | 0 | 25 | 433 | 103 | 57 |
| Binary | 10011100 | 101000 | 11001010 | 10111 | 1010000 | 0 | 10101 | 100011011 | 1000011 | 101111 |
Color Harmonies of #9C28CA
Complementary color
Monochromatic Colors of #9C28CA
Black with #9C28CA
Text Example
Text Example
White with #9C28CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C28CA; }
p { color: rgb(156,40,202); }
H1.HeaderClassName
{
color: #9C28CA;
}
.AnyTagClassName
{
color: #9C28CA;
}
</style>
background-color css
<style>
a { background-color: #9C28CA; }
a { background-color: rgb(156,40,202); }
div.DivClassName
{
background-color: #9C28CA;
}
.BgClassName
{
background-color: #9C28CA;
}
</style>
border-color css
<style>
span { border-color: #9C28CA; }
span { border-color: rgb(156,40,202); }
td.TdClassName
{
border-color: #9C28CA;
}
.TagClassName
{
border-color: #9C28CA;
}
</style>