Shades of Dark Orchid #961AD3
Tints of Dark Orchid #961AD3
RGB
CMYK
RGB Variations
Color information
#961AD3 (or 0x961AD3) is known color: Dark Orchid. HEX triplet: 96, 1A and D3. RGB value is (150,26,211). Sum of RGB (Red+Green+Blue) = 150+26+211=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 26 (10.55% from 255 or 6.72% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #961AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961AD3 is #69E52C. Grayscale: #535353. Windows color (decimal): -6939949 or 13834902. OLE color: 13834902.
HSL color Cylindrical-coordinate representation of color #961AD3: hue angle of 280.22º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #961AD3 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 150 | 26 | 211 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.17 |
| HSL | 280.22º | 0.78% | 0.46% | - |
| HSV(B) | 280.22º | 0.88% | 0.83% | - |
| XYZ | 24.7 | 11.93 | 62.63 | - |
| YUV | 84.17 | 199.58 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 211 | 0.29 | 0.88 | 0 | 0.17 | 280.22 | 0.78 | 0.46 |
| Hex | 96 | 1A | D3 | 1D | 58 | 0 | 11 | 118 | 4E | 2E |
| Octal | 226 | 32 | 323 | 35 | 130 | 0 | 21 | 430 | 116 | 56 |
| Binary | 10010110 | 11010 | 11010011 | 11101 | 1011000 | 0 | 10001 | 100011000 | 1001110 | 101110 |
Color Harmonies of #961AD3
Complementary color
Monochromatic Colors of #961AD3
Black with #961AD3
Text Example
Text Example
White with #961AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961AD3; }
p { color: rgb(150,26,211); }
H1.HeaderClassName
{
color: #961AD3;
}
.AnyTagClassName
{
color: #961AD3;
}
</style>
background-color css
<style>
a { background-color: #961AD3; }
a { background-color: rgb(150,26,211); }
div.DivClassName
{
background-color: #961AD3;
}
.BgClassName
{
background-color: #961AD3;
}
</style>
border-color css
<style>
span { border-color: #961AD3; }
span { border-color: rgb(150,26,211); }
td.TdClassName
{
border-color: #961AD3;
}
.TagClassName
{
border-color: #961AD3;
}
</style>