Shades of Dark Orchid #962AAC
Tints of Dark Orchid #962AAC
RGB
CMYK
RGB Variations
Color information
#962AAC (or 0x962AAC) is known color: Dark Orchid. HEX triplet: 96, 2A and AC. RGB value is (150,42,172). Sum of RGB (Red+Green+Blue) = 150+42+172=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 42 (16.80% from 255 or 11.54% from 364); Blue value is 172 (67.58% from 255 or 47.25% from 364); Max value from RGB is 172 - color contains mainly: blue. Hex color #962AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962AAC is #69D553. Grayscale: #585858. Windows color (decimal): -6935892 or 11283094. OLE color: 11283094.
HSL color Cylindrical-coordinate representation of color #962AAC: hue angle of 289.85º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962AAC is Cyan = 0.13, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 42 | 172 | - |
| CMYK | 0.13 | 0.76 | 0 | 0.33 |
| HSL | 289.85º | 0.61% | 0.42% | - |
| HSV(B) | 289.85º | 0.76% | 0.67% | - |
| XYZ | 20.85 | 11.12 | 40.08 | - |
| YUV | 89.11 | 174.78 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 172 | 0.13 | 0.76 | 0 | 0.33 | 289.85 | 0.61 | 0.42 |
| Hex | 96 | 2A | AC | D | 4C | 0 | 21 | 122 | 3D | 2A |
| Octal | 226 | 52 | 254 | 15 | 114 | 0 | 41 | 442 | 75 | 52 |
| Binary | 10010110 | 101010 | 10101100 | 1101 | 1001100 | 0 | 100001 | 100100010 | 111101 | 101010 |
Color Harmonies of #962AAC
Complementary color
Monochromatic Colors of #962AAC
Black with #962AAC
Text Example
Text Example
White with #962AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AAC; }
p { color: rgb(150,42,172); }
H1.HeaderClassName
{
color: #962AAC;
}
.AnyTagClassName
{
color: #962AAC;
}
</style>
background-color css
<style>
a { background-color: #962AAC; }
a { background-color: rgb(150,42,172); }
div.DivClassName
{
background-color: #962AAC;
}
.BgClassName
{
background-color: #962AAC;
}
</style>
border-color css
<style>
span { border-color: #962AAC; }
span { border-color: rgb(150,42,172); }
td.TdClassName
{
border-color: #962AAC;
}
.TagClassName
{
border-color: #962AAC;
}
</style>