Shades of Dark Orchid #9C2FD4
Tints of Dark Orchid #9C2FD4
RGB
CMYK
RGB Variations
Color information
#9C2FD4 (or 0x9C2FD4) is known color: Dark Orchid. HEX triplet: 9C, 2F and D4. RGB value is (156,47,212). Sum of RGB (Red+Green+Blue) = 156+47+212=415 (54% of max value = 765). Red value is 156 (61.33% from 255 or 37.59% from 415); Green value is 47 (18.75% from 255 or 11.33% from 415); Blue value is 212 (83.20% from 255 or 51.08% from 415); Max value from RGB is 212 - color contains mainly: blue. Hex color #9C2FD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C2FD4 is #63D02B. Grayscale: #616161. Windows color (decimal): -6541356 or 13905820. OLE color: 13905820.
HSL color Cylindrical-coordinate representation of color #9C2FD4: hue angle of 279.64º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C2FD4 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 156 | 47 | 212 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.17 |
| HSL | 279.64º | 0.66% | 0.51% | - |
| HSV(B) | 279.64º | 0.78% | 0.83% | - |
| XYZ | 26.61 | 13.85 | 63.56 | - |
| YUV | 98.4 | 192.11 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 47 | 212 | 0.26 | 0.78 | 0 | 0.17 | 279.64 | 0.66 | 0.51 |
| Hex | 9C | 2F | D4 | 1A | 4E | 0 | 11 | 118 | 42 | 33 |
| Octal | 234 | 57 | 324 | 32 | 116 | 0 | 21 | 430 | 102 | 63 |
| Binary | 10011100 | 101111 | 11010100 | 11010 | 1001110 | 0 | 10001 | 100011000 | 1000010 | 110011 |
Color Harmonies of #9C2FD4
Complementary color
Monochromatic Colors of #9C2FD4
Black with #9C2FD4
Text Example
Text Example
White with #9C2FD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2FD4; }
p { color: rgb(156,47,212); }
H1.HeaderClassName
{
color: #9C2FD4;
}
.AnyTagClassName
{
color: #9C2FD4;
}
</style>
background-color css
<style>
a { background-color: #9C2FD4; }
a { background-color: rgb(156,47,212); }
div.DivClassName
{
background-color: #9C2FD4;
}
.BgClassName
{
background-color: #9C2FD4;
}
</style>
border-color css
<style>
span { border-color: #9C2FD4; }
span { border-color: rgb(156,47,212); }
td.TdClassName
{
border-color: #9C2FD4;
}
.TagClassName
{
border-color: #9C2FD4;
}
</style>