Shades of Dark Orchid #951CBD
Tints of Dark Orchid #951CBD
RGB
CMYK
RGB Variations
Color information
#951CBD (or 0x951CBD) is known color: Dark Orchid. HEX triplet: 95, 1C and BD. RGB value is (149,28,189). Sum of RGB (Red+Green+Blue) = 149+28+189=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #951CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951CBD is #6AE342. Grayscale: #525252. Windows color (decimal): -7004995 or 12393621. OLE color: 12393621.
HSL color Cylindrical-coordinate representation of color #951CBD: hue angle of 285.09º degrees, saturation: 0.74, 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 #951CBD is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 28 | 189 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.26 |
| HSL | 285.09º | 0.74% | 0.43% | - |
| HSV(B) | 285.09º | 0.85% | 0.74% | - |
| XYZ | 21.99 | 10.89 | 49.09 | - |
| YUV | 82.53 | 188.09 | 175.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 189 | 0.21 | 0.85 | 0 | 0.26 | 285.09 | 0.74 | 0.43 |
| Hex | 95 | 1C | BD | 15 | 55 | 0 | 1A | 11D | 4A | 2B |
| Octal | 225 | 34 | 275 | 25 | 125 | 0 | 32 | 435 | 112 | 53 |
| Binary | 10010101 | 11100 | 10111101 | 10101 | 1010101 | 0 | 11010 | 100011101 | 1001010 | 101011 |
Color Harmonies of #951CBD
Complementary color
Monochromatic Colors of #951CBD
Black with #951CBD
Text Example
Text Example
White with #951CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CBD; }
p { color: rgb(149,28,189); }
H1.HeaderClassName
{
color: #951CBD;
}
.AnyTagClassName
{
color: #951CBD;
}
</style>
background-color css
<style>
a { background-color: #951CBD; }
a { background-color: rgb(149,28,189); }
div.DivClassName
{
background-color: #951CBD;
}
.BgClassName
{
background-color: #951CBD;
}
</style>
border-color css
<style>
span { border-color: #951CBD; }
span { border-color: rgb(149,28,189); }
td.TdClassName
{
border-color: #951CBD;
}
.TagClassName
{
border-color: #951CBD;
}
</style>