Shades of Dark Orchid #951DBF
Tints of Dark Orchid #951DBF
RGB
CMYK
RGB Variations
Color information
#951DBF (or 0x951DBF) is known color: Dark Orchid. HEX triplet: 95, 1D and BF. RGB value is (149,29,191). Sum of RGB (Red+Green+Blue) = 149+29+191=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 191 (75% from 255 or 51.76% from 369); Max value from RGB is 191 - color contains mainly: blue. Hex color #951DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DBF is #6AE240. Grayscale: #525252. Windows color (decimal): -7004737 or 12524949. OLE color: 12524949.
HSL color Cylindrical-coordinate representation of color #951DBF: hue angle of 284.44º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951DBF is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 29 | 191 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.25 |
| HSL | 284.44º | 0.74% | 0.43% | - |
| HSV(B) | 284.44º | 0.85% | 0.75% | - |
| XYZ | 22.24 | 11.03 | 50.25 | - |
| YUV | 83.35 | 188.76 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 191 | 0.22 | 0.85 | 0 | 0.25 | 284.44 | 0.74 | 0.43 |
| Hex | 95 | 1D | BF | 16 | 55 | 0 | 19 | 11C | 4A | 2B |
| Octal | 225 | 35 | 277 | 26 | 125 | 0 | 31 | 434 | 112 | 53 |
| Binary | 10010101 | 11101 | 10111111 | 10110 | 1010101 | 0 | 11001 | 100011100 | 1001010 | 101011 |
Color Harmonies of #951DBF
Complementary color
Monochromatic Colors of #951DBF
Black with #951DBF
Text Example
Text Example
White with #951DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DBF; }
p { color: rgb(149,29,191); }
H1.HeaderClassName
{
color: #951DBF;
}
.AnyTagClassName
{
color: #951DBF;
}
</style>
background-color css
<style>
a { background-color: #951DBF; }
a { background-color: rgb(149,29,191); }
div.DivClassName
{
background-color: #951DBF;
}
.BgClassName
{
background-color: #951DBF;
}
</style>
border-color css
<style>
span { border-color: #951DBF; }
span { border-color: rgb(149,29,191); }
td.TdClassName
{
border-color: #951DBF;
}
.TagClassName
{
border-color: #951DBF;
}
</style>