Shades of Dark Orchid #9C34CA
Tints of Dark Orchid #9C34CA
RGB
CMYK
RGB Variations
Color information
#9C34CA (or 0x9C34CA) is known color: Dark Orchid. HEX triplet: 9C, 34 and CA. RGB value is (156,52,202). Sum of RGB (Red+Green+Blue) = 156+52+202=410 (54% of max value = 765). Red value is 156 (61.33% from 255 or 38.05% from 410); Green value is 52 (20.70% from 255 or 12.68% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #9C34CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C34CA is #63CB35. Grayscale: #636363. Windows color (decimal): -6540086 or 13251740. OLE color: 13251740.
HSL color Cylindrical-coordinate representation of color #9C34CA: hue angle of 281.6º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C34CA is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 156 | 52 | 202 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.21 |
| HSL | 281.6º | 0.59% | 0.5% | - |
| HSV(B) | 281.6º | 0.74% | 0.79% | - |
| XYZ | 25.6 | 13.79 | 57.19 | - |
| YUV | 100.2 | 185.46 | 167.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 202 | 0.23 | 0.74 | 0 | 0.21 | 281.6 | 0.59 | 0.5 |
| Hex | 9C | 34 | CA | 17 | 4A | 0 | 15 | 11A | 3B | 32 |
| Octal | 234 | 64 | 312 | 27 | 112 | 0 | 25 | 432 | 73 | 62 |
| Binary | 10011100 | 110100 | 11001010 | 10111 | 1001010 | 0 | 10101 | 100011010 | 111011 | 110010 |
Color Harmonies of #9C34CA
Complementary color
Monochromatic Colors of #9C34CA
Black with #9C34CA
Text Example
Text Example
White with #9C34CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C34CA; }
p { color: rgb(156,52,202); }
H1.HeaderClassName
{
color: #9C34CA;
}
.AnyTagClassName
{
color: #9C34CA;
}
</style>
background-color css
<style>
a { background-color: #9C34CA; }
a { background-color: rgb(156,52,202); }
div.DivClassName
{
background-color: #9C34CA;
}
.BgClassName
{
background-color: #9C34CA;
}
</style>
border-color css
<style>
span { border-color: #9C34CA; }
span { border-color: rgb(156,52,202); }
td.TdClassName
{
border-color: #9C34CA;
}
.TagClassName
{
border-color: #9C34CA;
}
</style>