Shades of Dark Orchid #962CAC
Tints of Dark Orchid #962CAC
RGB
CMYK
RGB Variations
Color information
#962CAC (or 0x962CAC) is known color: Dark Orchid. HEX triplet: 96, 2C and AC. RGB value is (150,44,172). Sum of RGB (Red+Green+Blue) = 150+44+172=366 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.98% from 366); Green value is 44 (17.58% from 255 or 12.02% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #962CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962CAC is #69D353. Grayscale: #595959. Windows color (decimal): -6935380 or 11283606. OLE color: 11283606.
HSL color Cylindrical-coordinate representation of color #962CAC: hue angle of 289.69º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962CAC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 44 | 172 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.33 |
| HSL | 289.69º | 0.59% | 0.42% | - |
| HSV(B) | 289.69º | 0.74% | 0.67% | - |
| XYZ | 20.92 | 11.26 | 40.1 | - |
| YUV | 90.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 172 | 0.13 | 0.74 | 0 | 0.33 | 289.69 | 0.59 | 0.42 |
| Hex | 96 | 2C | AC | D | 4A | 0 | 21 | 122 | 3B | 2A |
| Octal | 226 | 54 | 254 | 15 | 112 | 0 | 41 | 442 | 73 | 52 |
| Binary | 10010110 | 101100 | 10101100 | 1101 | 1001010 | 0 | 100001 | 100100010 | 111011 | 101010 |
Color Harmonies of #962CAC
Complementary color
Monochromatic Colors of #962CAC
Black with #962CAC
Text Example
Text Example
White with #962CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CAC; }
p { color: rgb(150,44,172); }
H1.HeaderClassName
{
color: #962CAC;
}
.AnyTagClassName
{
color: #962CAC;
}
</style>
background-color css
<style>
a { background-color: #962CAC; }
a { background-color: rgb(150,44,172); }
div.DivClassName
{
background-color: #962CAC;
}
.BgClassName
{
background-color: #962CAC;
}
</style>
border-color css
<style>
span { border-color: #962CAC; }
span { border-color: rgb(150,44,172); }
td.TdClassName
{
border-color: #962CAC;
}
.TagClassName
{
border-color: #962CAC;
}
</style>