Shades of Dark Orchid #962FCF
Tints of Dark Orchid #962FCF
RGB
CMYK
RGB Variations
Color information
#962FCF (or 0x962FCF) is known color: Dark Orchid. HEX triplet: 96, 2F and CF. RGB value is (150,47,207). Sum of RGB (Red+Green+Blue) = 150+47+207=404 (53% of max value = 765). Red value is 150 (58.98% from 255 or 37.13% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #962FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962FCF is #69D030. Grayscale: #5F5F5F. Windows color (decimal): -6934577 or 13578134. OLE color: 13578134.
HSL color Cylindrical-coordinate representation of color #962FCF: hue angle of 278.62º 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 #962FCF is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 47 | 207 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.19 |
| HSL | 278.63º | 0.63% | 0.5% | - |
| HSV(B) | 278.63º | 0.77% | 0.81% | - |
| XYZ | 24.86 | 13.02 | 60.23 | - |
| YUV | 96.04 | 190.62 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 207 | 0.28 | 0.77 | 0 | 0.19 | 278.63 | 0.63 | 0.5 |
| Hex | 96 | 2F | CF | 1C | 4D | 0 | 13 | 117 | 3F | 32 |
| Octal | 226 | 57 | 317 | 34 | 115 | 0 | 23 | 427 | 77 | 62 |
| Binary | 10010110 | 101111 | 11001111 | 11100 | 1001101 | 0 | 10011 | 100010111 | 111111 | 110010 |
Color Harmonies of #962FCF
Complementary color
Monochromatic Colors of #962FCF
Black with #962FCF
Text Example
Text Example
White with #962FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962FCF; }
p { color: rgb(150,47,207); }
H1.HeaderClassName
{
color: #962FCF;
}
.AnyTagClassName
{
color: #962FCF;
}
</style>
background-color css
<style>
a { background-color: #962FCF; }
a { background-color: rgb(150,47,207); }
div.DivClassName
{
background-color: #962FCF;
}
.BgClassName
{
background-color: #962FCF;
}
</style>
border-color css
<style>
span { border-color: #962FCF; }
span { border-color: rgb(150,47,207); }
td.TdClassName
{
border-color: #962FCF;
}
.TagClassName
{
border-color: #962FCF;
}
</style>