Shades of Dark Orchid #9C34BC
Tints of Dark Orchid #9C34BC
RGB
CMYK
RGB Variations
Color information
#9C34BC (or 0x9C34BC) is known color: Dark Orchid. HEX triplet: 9C, 34 and BC. RGB value is (156,52,188). Sum of RGB (Red+Green+Blue) = 156+52+188=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 52 (20.70% from 255 or 13.13% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C34BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C34BC is #63CB43. Grayscale: #626262. Windows color (decimal): -6540100 or 12334236. OLE color: 12334236.
HSL color Cylindrical-coordinate representation of color #9C34BC: hue angle of 285.88º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C34BC is Cyan = 0.17, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 52 | 188 | - |
| CMYK | 0.17 | 0.72 | 0 | 0.26 |
| HSL | 285.88º | 0.57% | 0.47% | - |
| HSV(B) | 285.88º | 0.72% | 0.74% | - |
| XYZ | 24.02 | 13.15 | 48.85 | - |
| YUV | 98.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 52 | 188 | 0.17 | 0.72 | 0 | 0.26 | 285.88 | 0.57 | 0.47 |
| Hex | 9C | 34 | BC | 11 | 48 | 0 | 1A | 11E | 39 | 2F |
| Octal | 234 | 64 | 274 | 21 | 110 | 0 | 32 | 436 | 71 | 57 |
| Binary | 10011100 | 110100 | 10111100 | 10001 | 1001000 | 0 | 11010 | 100011110 | 111001 | 101111 |
Color Harmonies of #9C34BC
Complementary color
Monochromatic Colors of #9C34BC
Black with #9C34BC
Text Example
Text Example
White with #9C34BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C34BC; }
p { color: rgb(156,52,188); }
H1.HeaderClassName
{
color: #9C34BC;
}
.AnyTagClassName
{
color: #9C34BC;
}
</style>
background-color css
<style>
a { background-color: #9C34BC; }
a { background-color: rgb(156,52,188); }
div.DivClassName
{
background-color: #9C34BC;
}
.BgClassName
{
background-color: #9C34BC;
}
</style>
border-color css
<style>
span { border-color: #9C34BC; }
span { border-color: rgb(156,52,188); }
td.TdClassName
{
border-color: #9C34BC;
}
.TagClassName
{
border-color: #9C34BC;
}
</style>