Shades of Dark Orchid #962AC0
Tints of Dark Orchid #962AC0
RGB
CMYK
RGB Variations
Color information
#962AC0 (or 0x962AC0) is known color: Dark Orchid. HEX triplet: 96, 2A and C0. RGB value is (150,42,192). Sum of RGB (Red+Green+Blue) = 150+42+192=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #962AC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962AC0 is #69D53F. Grayscale: #5A5A5A. Windows color (decimal): -6935872 or 12593814. OLE color: 12593814.
HSL color Cylindrical-coordinate representation of color #962AC0: hue angle of 283.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962AC0 is Cyan = 0.22, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 150 | 42 | 192 | - |
| CMYK | 0.22 | 0.78 | 0 | 0.25 |
| HSL | 283.2º | 0.64% | 0.46% | - |
| HSV(B) | 283.2º | 0.78% | 0.75% | - |
| XYZ | 22.92 | 11.95 | 50.97 | - |
| YUV | 91.39 | 184.78 | 169.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 192 | 0.22 | 0.78 | 0 | 0.25 | 283.2 | 0.64 | 0.46 |
| Hex | 96 | 2A | C0 | 16 | 4E | 0 | 19 | 11B | 40 | 2E |
| Octal | 226 | 52 | 300 | 26 | 116 | 0 | 31 | 433 | 100 | 56 |
| Binary | 10010110 | 101010 | 11000000 | 10110 | 1001110 | 0 | 11001 | 100011011 | 1000000 | 101110 |
Color Harmonies of #962AC0
Complementary color
Monochromatic Colors of #962AC0
Black with #962AC0
Text Example
Text Example
White with #962AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962AC0; }
p { color: rgb(150,42,192); }
H1.HeaderClassName
{
color: #962AC0;
}
.AnyTagClassName
{
color: #962AC0;
}
</style>
background-color css
<style>
a { background-color: #962AC0; }
a { background-color: rgb(150,42,192); }
div.DivClassName
{
background-color: #962AC0;
}
.BgClassName
{
background-color: #962AC0;
}
</style>
border-color css
<style>
span { border-color: #962AC0; }
span { border-color: rgb(150,42,192); }
td.TdClassName
{
border-color: #962AC0;
}
.TagClassName
{
border-color: #962AC0;
}
</style>