Shades of Dark Orchid #951DBD
Tints of Dark Orchid #951DBD
RGB
CMYK
RGB Variations
Color information
#951DBD (or 0x951DBD) is known color: Dark Orchid. HEX triplet: 95, 1D and BD. RGB value is (149,29,189). Sum of RGB (Red+Green+Blue) = 149+29+189=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 189 (74.22% from 255 or 51.50% from 367); Max value from RGB is 189 - color contains mainly: blue. Hex color #951DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DBD is #6AE242. Grayscale: #525252. Windows color (decimal): -7004739 or 12393877. OLE color: 12393877.
HSL color Cylindrical-coordinate representation of color #951DBD: hue angle of 285º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951DBD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 29 | 189 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.26 |
| HSL | 285º | 0.73% | 0.43% | - |
| HSV(B) | 285º | 0.85% | 0.74% | - |
| XYZ | 22.02 | 10.94 | 49.1 | - |
| YUV | 83.12 | 187.76 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 189 | 0.21 | 0.85 | 0 | 0.26 | 285 | 0.73 | 0.43 |
| Hex | 95 | 1D | BD | 15 | 55 | 0 | 1A | 11D | 49 | 2B |
| Octal | 225 | 35 | 275 | 25 | 125 | 0 | 32 | 435 | 111 | 53 |
| Binary | 10010101 | 11101 | 10111101 | 10101 | 1010101 | 0 | 11010 | 100011101 | 1001001 | 101011 |
Color Harmonies of #951DBD
Complementary color
Monochromatic Colors of #951DBD
Black with #951DBD
Text Example
Text Example
White with #951DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DBD; }
p { color: rgb(149,29,189); }
H1.HeaderClassName
{
color: #951DBD;
}
.AnyTagClassName
{
color: #951DBD;
}
</style>
background-color css
<style>
a { background-color: #951DBD; }
a { background-color: rgb(149,29,189); }
div.DivClassName
{
background-color: #951DBD;
}
.BgClassName
{
background-color: #951DBD;
}
</style>
border-color css
<style>
span { border-color: #951DBD; }
span { border-color: rgb(149,29,189); }
td.TdClassName
{
border-color: #951DBD;
}
.TagClassName
{
border-color: #951DBD;
}
</style>