Shades of Dark Orchid #962DAC
Tints of Dark Orchid #962DAC
RGB
CMYK
RGB Variations
Color information
#962DAC (or 0x962DAC) is known color: Dark Orchid. HEX triplet: 96, 2D and AC. RGB value is (150,45,172). Sum of RGB (Red+Green+Blue) = 150+45+172=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #962DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962DAC is #69D253. Grayscale: #5A5A5A. Windows color (decimal): -6935124 or 11283862. OLE color: 11283862.
HSL color Cylindrical-coordinate representation of color #962DAC: hue angle of 289.61º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #962DAC is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 45 | 172 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.33 |
| HSL | 289.61º | 0.59% | 0.43% | - |
| HSV(B) | 289.61º | 0.74% | 0.67% | - |
| XYZ | 20.96 | 11.34 | 40.11 | - |
| YUV | 90.87 | 173.79 | 170.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 172 | 0.13 | 0.74 | 0 | 0.33 | 289.61 | 0.59 | 0.43 |
| Hex | 96 | 2D | AC | D | 4A | 0 | 21 | 122 | 3B | 2B |
| Octal | 226 | 55 | 254 | 15 | 112 | 0 | 41 | 442 | 73 | 53 |
| Binary | 10010110 | 101101 | 10101100 | 1101 | 1001010 | 0 | 100001 | 100100010 | 111011 | 101011 |
Color Harmonies of #962DAC
Complementary color
Monochromatic Colors of #962DAC
Black with #962DAC
Text Example
Text Example
White with #962DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DAC; }
p { color: rgb(150,45,172); }
H1.HeaderClassName
{
color: #962DAC;
}
.AnyTagClassName
{
color: #962DAC;
}
</style>
background-color css
<style>
a { background-color: #962DAC; }
a { background-color: rgb(150,45,172); }
div.DivClassName
{
background-color: #962DAC;
}
.BgClassName
{
background-color: #962DAC;
}
</style>
border-color css
<style>
span { border-color: #962DAC; }
span { border-color: rgb(150,45,172); }
td.TdClassName
{
border-color: #962DAC;
}
.TagClassName
{
border-color: #962DAC;
}
</style>