Shades of Dark Orchid #951DBB
Tints of Dark Orchid #951DBB
RGB
CMYK
RGB Variations
Color information
#951DBB (or 0x951DBB) is known color: Dark Orchid. HEX triplet: 95, 1D and BB. RGB value is (149,29,187). Sum of RGB (Red+Green+Blue) = 149+29+187=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 29 (11.72% from 255 or 7.95% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #951DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DBB is #6AE244. Grayscale: #525252. Windows color (decimal): -7004741 or 12262805. OLE color: 12262805.
HSL color Cylindrical-coordinate representation of color #951DBB: hue angle of 285.57º 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 #951DBB is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 29 | 187 | - |
| CMYK | 0.20 | 0.84 | 0 | 0.27 |
| HSL | 285.57º | 0.73% | 0.42% | - |
| HSV(B) | 285.57º | 0.84% | 0.73% | - |
| XYZ | 21.8 | 10.86 | 47.96 | - |
| YUV | 82.89 | 186.76 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 187 | 0.20 | 0.84 | 0 | 0.27 | 285.57 | 0.73 | 0.42 |
| Hex | 95 | 1D | BB | 14 | 54 | 0 | 1B | 11E | 49 | 2A |
| Octal | 225 | 35 | 273 | 24 | 124 | 0 | 33 | 436 | 111 | 52 |
| Binary | 10010101 | 11101 | 10111011 | 10100 | 1010100 | 0 | 11011 | 100011110 | 1001001 | 101010 |
Color Harmonies of #951DBB
Complementary color
Monochromatic Colors of #951DBB
Black with #951DBB
Text Example
Text Example
White with #951DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DBB; }
p { color: rgb(149,29,187); }
H1.HeaderClassName
{
color: #951DBB;
}
.AnyTagClassName
{
color: #951DBB;
}
</style>
background-color css
<style>
a { background-color: #951DBB; }
a { background-color: rgb(149,29,187); }
div.DivClassName
{
background-color: #951DBB;
}
.BgClassName
{
background-color: #951DBB;
}
</style>
border-color css
<style>
span { border-color: #951DBB; }
span { border-color: rgb(149,29,187); }
td.TdClassName
{
border-color: #951DBB;
}
.TagClassName
{
border-color: #951DBB;
}
</style>