Shades of Dark Orchid #951CAB
Tints of Dark Orchid #951CAB
RGB
CMYK
RGB Variations
Color information
#951CAB (or 0x951CAB) is known color: Dark Orchid. HEX triplet: 95, 1C and AB. RGB value is (149,28,171). Sum of RGB (Red+Green+Blue) = 149+28+171=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #951CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #951CAB is #6AE354. Grayscale: #505050. Windows color (decimal): -7005013 or 11213973. OLE color: 11213973.
HSL color Cylindrical-coordinate representation of color #951CAB: hue angle of 290.77º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951CAB is Cyan = 0.13, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 149 | 28 | 171 | - |
| CMYK | 0.13 | 0.84 | 0 | 0.33 |
| HSL | 290.77º | 0.72% | 0.39% | - |
| HSV(B) | 290.77º | 0.84% | 0.67% | - |
| XYZ | 20.16 | 10.16 | 39.43 | - |
| YUV | 80.48 | 179.09 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 28 | 171 | 0.13 | 0.84 | 0 | 0.33 | 290.77 | 0.72 | 0.39 |
| Hex | 95 | 1C | AB | D | 54 | 0 | 21 | 123 | 48 | 27 |
| Octal | 225 | 34 | 253 | 15 | 124 | 0 | 41 | 443 | 110 | 47 |
| Binary | 10010101 | 11100 | 10101011 | 1101 | 1010100 | 0 | 100001 | 100100011 | 1001000 | 100111 |
Color Harmonies of #951CAB
Complementary color
Monochromatic Colors of #951CAB
Black with #951CAB
Text Example
Text Example
White with #951CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951CAB; }
p { color: rgb(149,28,171); }
H1.HeaderClassName
{
color: #951CAB;
}
.AnyTagClassName
{
color: #951CAB;
}
</style>
background-color css
<style>
a { background-color: #951CAB; }
a { background-color: rgb(149,28,171); }
div.DivClassName
{
background-color: #951CAB;
}
.BgClassName
{
background-color: #951CAB;
}
</style>
border-color css
<style>
span { border-color: #951CAB; }
span { border-color: rgb(149,28,171); }
td.TdClassName
{
border-color: #951CAB;
}
.TagClassName
{
border-color: #951CAB;
}
</style>