Shades of Dark Orchid #9C4BDE
Tints of Dark Orchid #9C4BDE
RGB
CMYK
RGB Variations
Color information
#9C4BDE (or 0x9C4BDE) is known color: Dark Orchid. HEX triplet: 9C, 4B and DE. RGB value is (156,75,222). Sum of RGB (Red+Green+Blue) = 156+75+222=453 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.44% from 453); Green value is 75 (29.69% from 255 or 16.56% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C4BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9C4BDE is #63B421. Grayscale: #737373. Windows color (decimal): -6534178 or 14568348. OLE color: 14568348.
HSL color Cylindrical-coordinate representation of color #9C4BDE: hue angle of 273.06º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9C4BDE is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 156 | 75 | 222 | - |
| CMYK | 0.30 | 0.66 | 0 | 0.13 |
| HSL | 273.06º | 0.69% | 0.58% | - |
| HSV(B) | 273.06º | 0.66% | 0.87% | - |
| XYZ | 29.41 | 17.37 | 70.91 | - |
| YUV | 115.98 | 187.84 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 222 | 0.30 | 0.66 | 0 | 0.13 | 273.06 | 0.69 | 0.58 |
| Hex | 9C | 4B | DE | 1E | 42 | 0 | D | 111 | 45 | 3A |
| Octal | 234 | 113 | 336 | 36 | 102 | 0 | 15 | 421 | 105 | 72 |
| Binary | 10011100 | 1001011 | 11011110 | 11110 | 1000010 | 0 | 1101 | 100010001 | 1000101 | 111010 |
Color Harmonies of #9C4BDE
Complementary color
Monochromatic Colors of #9C4BDE
Black with #9C4BDE
Text Example
Text Example
White with #9C4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BDE; }
p { color: rgb(156,75,222); }
H1.HeaderClassName
{
color: #9C4BDE;
}
.AnyTagClassName
{
color: #9C4BDE;
}
</style>
background-color css
<style>
a { background-color: #9C4BDE; }
a { background-color: rgb(156,75,222); }
div.DivClassName
{
background-color: #9C4BDE;
}
.BgClassName
{
background-color: #9C4BDE;
}
</style>
border-color css
<style>
span { border-color: #9C4BDE; }
span { border-color: rgb(156,75,222); }
td.TdClassName
{
border-color: #9C4BDE;
}
.TagClassName
{
border-color: #9C4BDE;
}
</style>