Shades of Dark Orchid #962DCE
Tints of Dark Orchid #962DCE
RGB
CMYK
RGB Variations
Color information
#962DCE (or 0x962DCE) is known color: Dark Orchid. HEX triplet: 96, 2D and CE. RGB value is (150,45,206). Sum of RGB (Red+Green+Blue) = 150+45+206=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 45 (17.97% from 255 or 11.22% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #962DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962DCE is #69D231. Grayscale: #5E5E5E. Windows color (decimal): -6935090 or 13512086. OLE color: 13512086.
HSL color Cylindrical-coordinate representation of color #962DCE: hue angle of 279.13º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962DCE is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 45 | 206 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.19 |
| HSL | 279.13º | 0.64% | 0.49% | - |
| HSV(B) | 279.13º | 0.78% | 0.81% | - |
| XYZ | 24.66 | 12.82 | 59.57 | - |
| YUV | 94.75 | 190.79 | 167.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 45 | 206 | 0.27 | 0.78 | 0 | 0.19 | 279.13 | 0.64 | 0.49 |
| Hex | 96 | 2D | CE | 1B | 4E | 0 | 13 | 117 | 40 | 31 |
| Octal | 226 | 55 | 316 | 33 | 116 | 0 | 23 | 427 | 100 | 61 |
| Binary | 10010110 | 101101 | 11001110 | 11011 | 1001110 | 0 | 10011 | 100010111 | 1000000 | 110001 |
Color Harmonies of #962DCE
Complementary color
Monochromatic Colors of #962DCE
Black with #962DCE
Text Example
Text Example
White with #962DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962DCE; }
p { color: rgb(150,45,206); }
H1.HeaderClassName
{
color: #962DCE;
}
.AnyTagClassName
{
color: #962DCE;
}
</style>
background-color css
<style>
a { background-color: #962DCE; }
a { background-color: rgb(150,45,206); }
div.DivClassName
{
background-color: #962DCE;
}
.BgClassName
{
background-color: #962DCE;
}
</style>
border-color css
<style>
span { border-color: #962DCE; }
span { border-color: rgb(150,45,206); }
td.TdClassName
{
border-color: #962DCE;
}
.TagClassName
{
border-color: #962DCE;
}
</style>