Shades of Dark Orchid #951DB9
Tints of Dark Orchid #951DB9
RGB
CMYK
RGB Variations
Color information
#951DB9 (or 0x951DB9) is known color: Dark Orchid. HEX triplet: 95, 1D and B9. RGB value is (149,29,185). Sum of RGB (Red+Green+Blue) = 149+29+185=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 29 (11.72% from 255 or 7.99% from 363); Blue value is 185 (72.66% from 255 or 50.96% from 363); Max value from RGB is 185 - color contains mainly: blue. Hex color #951DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DB9 is #6AE246. Grayscale: #525252. Windows color (decimal): -7004743 or 12131733. OLE color: 12131733.
HSL color Cylindrical-coordinate representation of color #951DB9: hue angle of 286.15º 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 #951DB9 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 29 | 185 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.27 |
| HSL | 286.15º | 0.73% | 0.42% | - |
| HSV(B) | 286.15º | 0.84% | 0.73% | - |
| XYZ | 21.59 | 10.77 | 46.84 | - |
| YUV | 82.66 | 185.76 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 185 | 0.19 | 0.84 | 0 | 0.27 | 286.15 | 0.73 | 0.42 |
| Hex | 95 | 1D | B9 | 13 | 54 | 0 | 1B | 11E | 49 | 2A |
| Octal | 225 | 35 | 271 | 23 | 124 | 0 | 33 | 436 | 111 | 52 |
| Binary | 10010101 | 11101 | 10111001 | 10011 | 1010100 | 0 | 11011 | 100011110 | 1001001 | 101010 |
Color Harmonies of #951DB9
Complementary color
Monochromatic Colors of #951DB9
Black with #951DB9
Text Example
Text Example
White with #951DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DB9; }
p { color: rgb(149,29,185); }
H1.HeaderClassName
{
color: #951DB9;
}
.AnyTagClassName
{
color: #951DB9;
}
</style>
background-color css
<style>
a { background-color: #951DB9; }
a { background-color: rgb(149,29,185); }
div.DivClassName
{
background-color: #951DB9;
}
.BgClassName
{
background-color: #951DB9;
}
</style>
border-color css
<style>
span { border-color: #951DB9; }
span { border-color: rgb(149,29,185); }
td.TdClassName
{
border-color: #951DB9;
}
.TagClassName
{
border-color: #951DB9;
}
</style>