Shades of Dark Orchid #9C28CF
Tints of Dark Orchid #9C28CF
RGB
CMYK
RGB Variations
Color information
#9C28CF (or 0x9C28CF) is known color: Dark Orchid. HEX triplet: 9C, 28 and CF. RGB value is (156,40,207). Sum of RGB (Red+Green+Blue) = 156+40+207=403 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.71% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #9C28CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C28CF is #63D730. Grayscale: #5D5D5D. Windows color (decimal): -6543153 or 13576348. OLE color: 13576348.
HSL color Cylindrical-coordinate representation of color #9C28CF: hue angle of 281.68º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C28CF is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 156 | 40 | 207 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.19 |
| HSL | 281.68º | 0.68% | 0.48% | - |
| HSV(B) | 281.68º | 0.81% | 0.81% | - |
| XYZ | 25.73 | 13.09 | 60.2 | - |
| YUV | 93.72 | 191.93 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 40 | 207 | 0.25 | 0.81 | 0 | 0.19 | 281.68 | 0.68 | 0.48 |
| Hex | 9C | 28 | CF | 19 | 51 | 0 | 13 | 11A | 44 | 30 |
| Octal | 234 | 50 | 317 | 31 | 121 | 0 | 23 | 432 | 104 | 60 |
| Binary | 10011100 | 101000 | 11001111 | 11001 | 1010001 | 0 | 10011 | 100011010 | 1000100 | 110000 |
Color Harmonies of #9C28CF
Complementary color
Monochromatic Colors of #9C28CF
Black with #9C28CF
Text Example
Text Example
White with #9C28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C28CF; }
p { color: rgb(156,40,207); }
H1.HeaderClassName
{
color: #9C28CF;
}
.AnyTagClassName
{
color: #9C28CF;
}
</style>
background-color css
<style>
a { background-color: #9C28CF; }
a { background-color: rgb(156,40,207); }
div.DivClassName
{
background-color: #9C28CF;
}
.BgClassName
{
background-color: #9C28CF;
}
</style>
border-color css
<style>
span { border-color: #9C28CF; }
span { border-color: rgb(156,40,207); }
td.TdClassName
{
border-color: #9C28CF;
}
.TagClassName
{
border-color: #9C28CF;
}
</style>