Shades of Dark Orchid #962EC1
Tints of Dark Orchid #962EC1
RGB
CMYK
RGB Variations
Color information
#962EC1 (or 0x962EC1) is known color: Dark Orchid. HEX triplet: 96, 2E and C1. RGB value is (150,46,193). Sum of RGB (Red+Green+Blue) = 150+46+193=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 46 (18.36% from 255 or 11.83% from 389); Blue value is 193 (75.78% from 255 or 49.61% from 389); Max value from RGB is 193 - color contains mainly: blue. Hex color #962EC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962EC1 is #69D13E. Grayscale: #5D5D5D. Windows color (decimal): -6934847 or 12660374. OLE color: 12660374.
HSL color Cylindrical-coordinate representation of color #962EC1: hue angle of 282.45º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962EC1 is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 46 | 193 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.24 |
| HSL | 282.45º | 0.62% | 0.47% | - |
| HSV(B) | 282.45º | 0.76% | 0.76% | - |
| XYZ | 23.18 | 12.29 | 51.6 | - |
| YUV | 93.85 | 183.96 | 168.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 193 | 0.22 | 0.76 | 0 | 0.24 | 282.45 | 0.62 | 0.47 |
| Hex | 96 | 2E | C1 | 16 | 4C | 0 | 18 | 11A | 3E | 2F |
| Octal | 226 | 56 | 301 | 26 | 114 | 0 | 30 | 432 | 76 | 57 |
| Binary | 10010110 | 101110 | 11000001 | 10110 | 1001100 | 0 | 11000 | 100011010 | 111110 | 101111 |
Color Harmonies of #962EC1
Complementary color
Monochromatic Colors of #962EC1
Black with #962EC1
Text Example
Text Example
White with #962EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962EC1; }
p { color: rgb(150,46,193); }
H1.HeaderClassName
{
color: #962EC1;
}
.AnyTagClassName
{
color: #962EC1;
}
</style>
background-color css
<style>
a { background-color: #962EC1; }
a { background-color: rgb(150,46,193); }
div.DivClassName
{
background-color: #962EC1;
}
.BgClassName
{
background-color: #962EC1;
}
</style>
border-color css
<style>
span { border-color: #962EC1; }
span { border-color: rgb(150,46,193); }
td.TdClassName
{
border-color: #962EC1;
}
.TagClassName
{
border-color: #962EC1;
}
</style>