Shades of Dark Orchid #962ECD
Tints of Dark Orchid #962ECD
RGB
CMYK
RGB Variations
Color information
#962ECD (or 0x962ECD) is known color: Dark Orchid. HEX triplet: 96, 2E and CD. RGB value is (150,46,205). Sum of RGB (Red+Green+Blue) = 150+46+205=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 46 (18.36% from 255 or 11.47% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #962ECD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ECD is #69D132. Grayscale: #5E5E5E. Windows color (decimal): -6934835 or 13446806. OLE color: 13446806.
HSL color Cylindrical-coordinate representation of color #962ECD: hue angle of 279.25º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962ECD is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 46 | 205 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.20 |
| HSL | 279.25º | 0.63% | 0.49% | - |
| HSV(B) | 279.25º | 0.78% | 0.8% | - |
| XYZ | 24.57 | 12.85 | 58.94 | - |
| YUV | 95.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 205 | 0.27 | 0.78 | 0 | 0.20 | 279.25 | 0.63 | 0.49 |
| Hex | 96 | 2E | CD | 1B | 4E | 0 | 14 | 117 | 3F | 31 |
| Octal | 226 | 56 | 315 | 33 | 116 | 0 | 24 | 427 | 77 | 61 |
| Binary | 10010110 | 101110 | 11001101 | 11011 | 1001110 | 0 | 10100 | 100010111 | 111111 | 110001 |
Color Harmonies of #962ECD
Complementary color
Monochromatic Colors of #962ECD
Black with #962ECD
Text Example
Text Example
White with #962ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ECD; }
p { color: rgb(150,46,205); }
H1.HeaderClassName
{
color: #962ECD;
}
.AnyTagClassName
{
color: #962ECD;
}
</style>
background-color css
<style>
a { background-color: #962ECD; }
a { background-color: rgb(150,46,205); }
div.DivClassName
{
background-color: #962ECD;
}
.BgClassName
{
background-color: #962ECD;
}
</style>
border-color css
<style>
span { border-color: #962ECD; }
span { border-color: rgb(150,46,205); }
td.TdClassName
{
border-color: #962ECD;
}
.TagClassName
{
border-color: #962ECD;
}
</style>