Shades of Dark Orchid #9C41C4
Tints of Dark Orchid #9C41C4
RGB
CMYK
RGB Variations
Color information
#9C41C4 (or 0x9C41C4) is known color: Dark Orchid. HEX triplet: 9C, 41 and C4. RGB value is (156,65,196). Sum of RGB (Red+Green+Blue) = 156+65+196=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 65 (25.78% from 255 or 15.59% from 417); Blue value is 196 (76.95% from 255 or 47.00% from 417); Max value from RGB is 196 - color contains mainly: blue. Hex color #9C41C4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C41C4 is #63BE3B. Grayscale: #6A6A6A. Windows color (decimal): -6536764 or 12861852. OLE color: 12861852.
HSL color Cylindrical-coordinate representation of color #9C41C4: hue angle of 281.68º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C41C4 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 156 | 65 | 196 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.23 |
| HSL | 281.68º | 0.53% | 0.51% | - |
| HSV(B) | 281.68º | 0.67% | 0.77% | - |
| XYZ | 25.56 | 14.83 | 53.74 | - |
| YUV | 107.14 | 178.15 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 65 | 196 | 0.20 | 0.67 | 0 | 0.23 | 281.68 | 0.53 | 0.51 |
| Hex | 9C | 41 | C4 | 14 | 43 | 0 | 17 | 11A | 35 | 33 |
| Octal | 234 | 101 | 304 | 24 | 103 | 0 | 27 | 432 | 65 | 63 |
| Binary | 10011100 | 1000001 | 11000100 | 10100 | 1000011 | 0 | 10111 | 100011010 | 110101 | 110011 |
Color Harmonies of #9C41C4
Complementary color
Monochromatic Colors of #9C41C4
Black with #9C41C4
Text Example
Text Example
White with #9C41C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C41C4; }
p { color: rgb(156,65,196); }
H1.HeaderClassName
{
color: #9C41C4;
}
.AnyTagClassName
{
color: #9C41C4;
}
</style>
background-color css
<style>
a { background-color: #9C41C4; }
a { background-color: rgb(156,65,196); }
div.DivClassName
{
background-color: #9C41C4;
}
.BgClassName
{
background-color: #9C41C4;
}
</style>
border-color css
<style>
span { border-color: #9C41C4; }
span { border-color: rgb(156,65,196); }
td.TdClassName
{
border-color: #9C41C4;
}
.TagClassName
{
border-color: #9C41C4;
}
</style>