Shades of Dark Orchid #962CCF
Tints of Dark Orchid #962CCF
RGB
CMYK
RGB Variations
Color information
#962CCF (or 0x962CCF) is known color: Dark Orchid. HEX triplet: 96, 2C and CF. RGB value is (150,44,207). Sum of RGB (Red+Green+Blue) = 150+44+207=401 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.41% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #962CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962CCF is #69D330. Grayscale: #5D5D5D. Windows color (decimal): -6935345 or 13577366. OLE color: 13577366.
HSL color Cylindrical-coordinate representation of color #962CCF: hue angle of 279.02º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962CCF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 44 | 207 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.19 |
| HSL | 279.02º | 0.65% | 0.49% | - |
| HSV(B) | 279.02º | 0.79% | 0.81% | - |
| XYZ | 24.74 | 12.79 | 60.2 | - |
| YUV | 94.28 | 191.62 | 167.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 207 | 0.28 | 0.79 | 0 | 0.19 | 279.02 | 0.65 | 0.49 |
| Hex | 96 | 2C | CF | 1C | 4F | 0 | 13 | 117 | 41 | 31 |
| Octal | 226 | 54 | 317 | 34 | 117 | 0 | 23 | 427 | 101 | 61 |
| Binary | 10010110 | 101100 | 11001111 | 11100 | 1001111 | 0 | 10011 | 100010111 | 1000001 | 110001 |
Color Harmonies of #962CCF
Complementary color
Monochromatic Colors of #962CCF
Black with #962CCF
Text Example
Text Example
White with #962CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962CCF; }
p { color: rgb(150,44,207); }
H1.HeaderClassName
{
color: #962CCF;
}
.AnyTagClassName
{
color: #962CCF;
}
</style>
background-color css
<style>
a { background-color: #962CCF; }
a { background-color: rgb(150,44,207); }
div.DivClassName
{
background-color: #962CCF;
}
.BgClassName
{
background-color: #962CCF;
}
</style>
border-color css
<style>
span { border-color: #962CCF; }
span { border-color: rgb(150,44,207); }
td.TdClassName
{
border-color: #962CCF;
}
.TagClassName
{
border-color: #962CCF;
}
</style>