Shades of Dark Orchid #962ECF
Tints of Dark Orchid #962ECF
RGB
CMYK
RGB Variations
Color information
#962ECF (or 0x962ECF) is known color: Dark Orchid. HEX triplet: 96, 2E and CF. RGB value is (150,46,207). Sum of RGB (Red+Green+Blue) = 150+46+207=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 46 (18.36% from 255 or 11.41% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #962ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ECF is #69D130. Grayscale: #5E5E5E. Windows color (decimal): -6934833 or 13577878. OLE color: 13577878.
HSL color Cylindrical-coordinate representation of color #962ECF: hue angle of 278.76º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962ECF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 46 | 207 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.19 |
| HSL | 278.76º | 0.64% | 0.5% | - |
| HSV(B) | 278.76º | 0.78% | 0.81% | - |
| XYZ | 24.82 | 12.94 | 60.22 | - |
| YUV | 95.45 | 190.96 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 207 | 0.28 | 0.78 | 0 | 0.19 | 278.76 | 0.64 | 0.5 |
| Hex | 96 | 2E | CF | 1C | 4E | 0 | 13 | 117 | 40 | 32 |
| Octal | 226 | 56 | 317 | 34 | 116 | 0 | 23 | 427 | 100 | 62 |
| Binary | 10010110 | 101110 | 11001111 | 11100 | 1001110 | 0 | 10011 | 100010111 | 1000000 | 110010 |
Color Harmonies of #962ECF
Complementary color
Monochromatic Colors of #962ECF
Black with #962ECF
Text Example
Text Example
White with #962ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ECF; }
p { color: rgb(150,46,207); }
H1.HeaderClassName
{
color: #962ECF;
}
.AnyTagClassName
{
color: #962ECF;
}
</style>
background-color css
<style>
a { background-color: #962ECF; }
a { background-color: rgb(150,46,207); }
div.DivClassName
{
background-color: #962ECF;
}
.BgClassName
{
background-color: #962ECF;
}
</style>
border-color css
<style>
span { border-color: #962ECF; }
span { border-color: rgb(150,46,207); }
td.TdClassName
{
border-color: #962ECF;
}
.TagClassName
{
border-color: #962ECF;
}
</style>