Shades of Dark Orchid #9C3DDA
Tints of Dark Orchid #9C3DDA
RGB
CMYK
RGB Variations
Color information
#9C3DDA (or 0x9C3DDA) is known color: Dark Orchid. HEX triplet: 9C, 3D and DA. RGB value is (156,61,218). Sum of RGB (Red+Green+Blue) = 156+61+218=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 218 (85.55% from 255 or 50.11% from 435); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C3DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C3DDA is #63C225. Grayscale: #6A6A6A. Windows color (decimal): -6537766 or 14302620. OLE color: 14302620.
HSL color Cylindrical-coordinate representation of color #9C3DDA: hue angle of 276.31º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9C3DDA is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 156 | 61 | 218 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.15 |
| HSL | 276.31º | 0.68% | 0.55% | - |
| HSV(B) | 276.31º | 0.72% | 0.85% | - |
| XYZ | 28.03 | 15.47 | 67.84 | - |
| YUV | 107.3 | 190.47 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 61 | 218 | 0.28 | 0.72 | 0 | 0.15 | 276.31 | 0.68 | 0.55 |
| Hex | 9C | 3D | DA | 1C | 48 | 0 | F | 114 | 44 | 37 |
| Octal | 234 | 75 | 332 | 34 | 110 | 0 | 17 | 424 | 104 | 67 |
| Binary | 10011100 | 111101 | 11011010 | 11100 | 1001000 | 0 | 1111 | 100010100 | 1000100 | 110111 |
Color Harmonies of #9C3DDA
Complementary color
Monochromatic Colors of #9C3DDA
Black with #9C3DDA
Text Example
Text Example
White with #9C3DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C3DDA; }
p { color: rgb(156,61,218); }
H1.HeaderClassName
{
color: #9C3DDA;
}
.AnyTagClassName
{
color: #9C3DDA;
}
</style>
background-color css
<style>
a { background-color: #9C3DDA; }
a { background-color: rgb(156,61,218); }
div.DivClassName
{
background-color: #9C3DDA;
}
.BgClassName
{
background-color: #9C3DDA;
}
</style>
border-color css
<style>
span { border-color: #9C3DDA; }
span { border-color: rgb(156,61,218); }
td.TdClassName
{
border-color: #9C3DDA;
}
.TagClassName
{
border-color: #9C3DDA;
}
</style>