Shades of Dark Orchid #962FCD
Tints of Dark Orchid #962FCD
RGB
CMYK
RGB Variations
Color information
#962FCD (or 0x962FCD) is known color: Dark Orchid. HEX triplet: 96, 2F and CD. RGB value is (150,47,205). Sum of RGB (Red+Green+Blue) = 150+47+205=402 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.31% from 402); Green value is 47 (18.75% from 255 or 11.69% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #962FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FCD is #69D032. Grayscale: #5F5F5F. Windows color (decimal): -6934579 or 13447062. OLE color: 13447062.
HSL color Cylindrical-coordinate representation of color #962FCD: hue angle of 279.11º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962FCD is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 47 | 205 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.20 |
| HSL | 279.11º | 0.63% | 0.49% | - |
| HSV(B) | 279.11º | 0.77% | 0.8% | - |
| XYZ | 24.61 | 12.92 | 58.96 | - |
| YUV | 95.81 | 189.62 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 205 | 0.27 | 0.77 | 0 | 0.20 | 279.11 | 0.63 | 0.49 |
| Hex | 96 | 2F | CD | 1B | 4D | 0 | 14 | 117 | 3F | 31 |
| Octal | 226 | 57 | 315 | 33 | 115 | 0 | 24 | 427 | 77 | 61 |
| Binary | 10010110 | 101111 | 11001101 | 11011 | 1001101 | 0 | 10100 | 100010111 | 111111 | 110001 |
Color Harmonies of #962FCD
Complementary color
Monochromatic Colors of #962FCD
Black with #962FCD
Text Example
Text Example
White with #962FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FCD; }
p { color: rgb(150,47,205); }
H1.HeaderClassName
{
color: #962FCD;
}
.AnyTagClassName
{
color: #962FCD;
}
</style>
background-color css
<style>
a { background-color: #962FCD; }
a { background-color: rgb(150,47,205); }
div.DivClassName
{
background-color: #962FCD;
}
.BgClassName
{
background-color: #962FCD;
}
</style>
border-color css
<style>
span { border-color: #962FCD; }
span { border-color: rgb(150,47,205); }
td.TdClassName
{
border-color: #962FCD;
}
.TagClassName
{
border-color: #962FCD;
}
</style>