Shades of Dark Orchid #961FCD
Tints of Dark Orchid #961FCD
RGB
CMYK
RGB Variations
Color information
#961FCD (or 0x961FCD) is known color: Dark Orchid. HEX triplet: 96, 1F and CD. RGB value is (150,31,205). Sum of RGB (Red+Green+Blue) = 150+31+205=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 31 (12.5% from 255 or 8.03% from 386); Blue value is 205 (80.47% from 255 or 53.11% from 386); Max value from RGB is 205 - color contains mainly: blue. Hex color #961FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FCD is #69E032. Grayscale: #555555. Windows color (decimal): -6938675 or 13442966. OLE color: 13442966.
HSL color Cylindrical-coordinate representation of color #961FCD: hue angle of 281.03º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #961FCD is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 31 | 205 | - |
| CMYK | 0.27 | 0.85 | 0 | 0.20 |
| HSL | 281.03º | 0.74% | 0.46% | - |
| HSV(B) | 281.03º | 0.85% | 0.8% | - |
| XYZ | 24.09 | 11.87 | 58.78 | - |
| YUV | 86.42 | 194.92 | 173.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 205 | 0.27 | 0.85 | 0 | 0.20 | 281.03 | 0.74 | 0.46 |
| Hex | 96 | 1F | CD | 1B | 55 | 0 | 14 | 119 | 4A | 2E |
| Octal | 226 | 37 | 315 | 33 | 125 | 0 | 24 | 431 | 112 | 56 |
| Binary | 10010110 | 11111 | 11001101 | 11011 | 1010101 | 0 | 10100 | 100011001 | 1001010 | 101110 |
Color Harmonies of #961FCD
Complementary color
Monochromatic Colors of #961FCD
Black with #961FCD
Text Example
Text Example
White with #961FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FCD; }
p { color: rgb(150,31,205); }
H1.HeaderClassName
{
color: #961FCD;
}
.AnyTagClassName
{
color: #961FCD;
}
</style>
background-color css
<style>
a { background-color: #961FCD; }
a { background-color: rgb(150,31,205); }
div.DivClassName
{
background-color: #961FCD;
}
.BgClassName
{
background-color: #961FCD;
}
</style>
border-color css
<style>
span { border-color: #961FCD; }
span { border-color: rgb(150,31,205); }
td.TdClassName
{
border-color: #961FCD;
}
.TagClassName
{
border-color: #961FCD;
}
</style>