Shades of Dark Orchid #961DBA
Tints of Dark Orchid #961DBA
RGB
CMYK
RGB Variations
Color information
#961DBA (or 0x961DBA) is known color: Dark Orchid. HEX triplet: 96, 1D and BA. RGB value is (150,29,186). Sum of RGB (Red+Green+Blue) = 150+29+186=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 186 (73.05% from 255 or 50.96% from 365); Max value from RGB is 186 - color contains mainly: blue. Hex color #961DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961DBA is #69E245. Grayscale: #525252. Windows color (decimal): -6939206 or 12197270. OLE color: 12197270.
HSL color Cylindrical-coordinate representation of color #961DBA: hue angle of 286.24º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961DBA is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 29 | 186 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.27 |
| HSL | 286.24º | 0.73% | 0.42% | - |
| HSV(B) | 286.24º | 0.84% | 0.73% | - |
| XYZ | 21.88 | 10.91 | 47.41 | - |
| YUV | 83.08 | 186.09 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 29 | 186 | 0.19 | 0.84 | 0 | 0.27 | 286.24 | 0.73 | 0.42 |
| Hex | 96 | 1D | BA | 13 | 54 | 0 | 1B | 11E | 49 | 2A |
| Octal | 226 | 35 | 272 | 23 | 124 | 0 | 33 | 436 | 111 | 52 |
| Binary | 10010110 | 11101 | 10111010 | 10011 | 1010100 | 0 | 11011 | 100011110 | 1001001 | 101010 |
Color Harmonies of #961DBA
Complementary color
Monochromatic Colors of #961DBA
Black with #961DBA
Text Example
Text Example
White with #961DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961DBA; }
p { color: rgb(150,29,186); }
H1.HeaderClassName
{
color: #961DBA;
}
.AnyTagClassName
{
color: #961DBA;
}
</style>
background-color css
<style>
a { background-color: #961DBA; }
a { background-color: rgb(150,29,186); }
div.DivClassName
{
background-color: #961DBA;
}
.BgClassName
{
background-color: #961DBA;
}
</style>
border-color css
<style>
span { border-color: #961DBA; }
span { border-color: rgb(150,29,186); }
td.TdClassName
{
border-color: #961DBA;
}
.TagClassName
{
border-color: #961DBA;
}
</style>