Shades of Dark Orchid #951AD1
Tints of Dark Orchid #951AD1
RGB
CMYK
RGB Variations
Color information
#951AD1 (or 0x951AD1) is known color: Dark Orchid. HEX triplet: 95, 1A and D1. RGB value is (149,26,209). Sum of RGB (Red+Green+Blue) = 149+26+209=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 26 (10.55% from 255 or 6.77% from 384); Blue value is 209 (82.03% from 255 or 54.43% from 384); Max value from RGB is 209 - color contains mainly: blue. Hex color #951AD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AD1 is #6AE52E. Grayscale: #535353. Windows color (decimal): -7005487 or 13703829. OLE color: 13703829.
HSL color Cylindrical-coordinate representation of color #951AD1: hue angle of 280.33º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951AD1 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 26 | 209 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.18 |
| HSL | 280.33º | 0.78% | 0.46% | - |
| HSV(B) | 280.33º | 0.88% | 0.82% | - |
| XYZ | 24.27 | 11.73 | 61.31 | - |
| YUV | 83.64 | 198.75 | 174.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 209 | 0.29 | 0.88 | 0 | 0.18 | 280.33 | 0.78 | 0.46 |
| Hex | 95 | 1A | D1 | 1D | 58 | 0 | 12 | 118 | 4E | 2E |
| Octal | 225 | 32 | 321 | 35 | 130 | 0 | 22 | 430 | 116 | 56 |
| Binary | 10010101 | 11010 | 11010001 | 11101 | 1011000 | 0 | 10010 | 100011000 | 1001110 | 101110 |
Color Harmonies of #951AD1
Complementary color
Monochromatic Colors of #951AD1
Black with #951AD1
Text Example
Text Example
White with #951AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AD1; }
p { color: rgb(149,26,209); }
H1.HeaderClassName
{
color: #951AD1;
}
.AnyTagClassName
{
color: #951AD1;
}
</style>
background-color css
<style>
a { background-color: #951AD1; }
a { background-color: rgb(149,26,209); }
div.DivClassName
{
background-color: #951AD1;
}
.BgClassName
{
background-color: #951AD1;
}
</style>
border-color css
<style>
span { border-color: #951AD1; }
span { border-color: rgb(149,26,209); }
td.TdClassName
{
border-color: #951AD1;
}
.TagClassName
{
border-color: #951AD1;
}
</style>