Shades of Dark Orchid #961CD3
Tints of Dark Orchid #961CD3
RGB
CMYK
RGB Variations
Color information
#961CD3 (or 0x961CD3) is known color: Dark Orchid. HEX triplet: 96, 1C and D3. RGB value is (150,28,211). Sum of RGB (Red+Green+Blue) = 150+28+211=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 211 (82.81% from 255 or 54.24% from 389); Max value from RGB is 211 - color contains mainly: blue. Hex color #961CD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961CD3 is #69E32C. Grayscale: #545454. Windows color (decimal): -6939437 or 13835414. OLE color: 13835414.
HSL color Cylindrical-coordinate representation of color #961CD3: hue angle of 280º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961CD3 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 28 | 211 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.17 |
| HSL | 280º | 0.77% | 0.47% | - |
| HSV(B) | 280º | 0.87% | 0.83% | - |
| XYZ | 24.75 | 12.02 | 62.64 | - |
| YUV | 85.34 | 198.92 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 28 | 211 | 0.29 | 0.87 | 0 | 0.17 | 280 | 0.77 | 0.47 |
| Hex | 96 | 1C | D3 | 1D | 57 | 0 | 11 | 118 | 4D | 2F |
| Octal | 226 | 34 | 323 | 35 | 127 | 0 | 21 | 430 | 115 | 57 |
| Binary | 10010110 | 11100 | 11010011 | 11101 | 1010111 | 0 | 10001 | 100011000 | 1001101 | 101111 |
Color Harmonies of #961CD3
Complementary color
Monochromatic Colors of #961CD3
Black with #961CD3
Text Example
Text Example
White with #961CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961CD3; }
p { color: rgb(150,28,211); }
H1.HeaderClassName
{
color: #961CD3;
}
.AnyTagClassName
{
color: #961CD3;
}
</style>
background-color css
<style>
a { background-color: #961CD3; }
a { background-color: rgb(150,28,211); }
div.DivClassName
{
background-color: #961CD3;
}
.BgClassName
{
background-color: #961CD3;
}
</style>
border-color css
<style>
span { border-color: #961CD3; }
span { border-color: rgb(150,28,211); }
td.TdClassName
{
border-color: #961CD3;
}
.TagClassName
{
border-color: #961CD3;
}
</style>