Shades of Dark Orchid #962FCE
Tints of Dark Orchid #962FCE
RGB
CMYK
RGB Variations
Color information
#962FCE (or 0x962FCE) is known color: Dark Orchid. HEX triplet: 96, 2F and CE. RGB value is (150,47,206). Sum of RGB (Red+Green+Blue) = 150+47+206=403 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.22% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #962FCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FCE is #69D031. Grayscale: #5F5F5F. Windows color (decimal): -6934578 or 13512598. OLE color: 13512598.
HSL color Cylindrical-coordinate representation of color #962FCE: hue angle of 278.87º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962FCE is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 47 | 206 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.19 |
| HSL | 278.87º | 0.63% | 0.5% | - |
| HSV(B) | 278.87º | 0.77% | 0.81% | - |
| XYZ | 24.73 | 12.97 | 59.59 | - |
| YUV | 95.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 206 | 0.27 | 0.77 | 0 | 0.19 | 278.87 | 0.63 | 0.5 |
| Hex | 96 | 2F | CE | 1B | 4D | 0 | 13 | 117 | 3F | 32 |
| Octal | 226 | 57 | 316 | 33 | 115 | 0 | 23 | 427 | 77 | 62 |
| Binary | 10010110 | 101111 | 11001110 | 11011 | 1001101 | 0 | 10011 | 100010111 | 111111 | 110010 |
Color Harmonies of #962FCE
Complementary color
Monochromatic Colors of #962FCE
Black with #962FCE
Text Example
Text Example
White with #962FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FCE; }
p { color: rgb(150,47,206); }
H1.HeaderClassName
{
color: #962FCE;
}
.AnyTagClassName
{
color: #962FCE;
}
</style>
background-color css
<style>
a { background-color: #962FCE; }
a { background-color: rgb(150,47,206); }
div.DivClassName
{
background-color: #962FCE;
}
.BgClassName
{
background-color: #962FCE;
}
</style>
border-color css
<style>
span { border-color: #962FCE; }
span { border-color: rgb(150,47,206); }
td.TdClassName
{
border-color: #962FCE;
}
.TagClassName
{
border-color: #962FCE;
}
</style>