Shades of Dark Orchid #951AD3
Tints of Dark Orchid #951AD3
RGB
CMYK
RGB Variations
Color information
#951AD3 (or 0x951AD3) is known color: Dark Orchid. HEX triplet: 95, 1A and D3. RGB value is (149,26,211). Sum of RGB (Red+Green+Blue) = 149+26+211=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 26 (10.55% from 255 or 6.74% from 386); Blue value is 211 (82.81% from 255 or 54.66% from 386); Max value from RGB is 211 - color contains mainly: blue. Hex color #951AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AD3 is #6AE52C. Grayscale: #535353. Windows color (decimal): -7005485 or 13834901. OLE color: 13834901.
HSL color Cylindrical-coordinate representation of color #951AD3: hue angle of 279.89º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951AD3 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 26 | 211 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.17 |
| HSL | 279.89º | 0.78% | 0.46% | - |
| HSV(B) | 279.89º | 0.88% | 0.83% | - |
| XYZ | 24.52 | 11.83 | 62.62 | - |
| YUV | 83.87 | 199.75 | 174.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 211 | 0.29 | 0.88 | 0 | 0.17 | 279.89 | 0.78 | 0.46 |
| Hex | 95 | 1A | D3 | 1D | 58 | 0 | 11 | 118 | 4E | 2E |
| Octal | 225 | 32 | 323 | 35 | 130 | 0 | 21 | 430 | 116 | 56 |
| Binary | 10010101 | 11010 | 11010011 | 11101 | 1011000 | 0 | 10001 | 100011000 | 1001110 | 101110 |
Color Harmonies of #951AD3
Complementary color
Monochromatic Colors of #951AD3
Black with #951AD3
Text Example
Text Example
White with #951AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AD3; }
p { color: rgb(149,26,211); }
H1.HeaderClassName
{
color: #951AD3;
}
.AnyTagClassName
{
color: #951AD3;
}
</style>
background-color css
<style>
a { background-color: #951AD3; }
a { background-color: rgb(149,26,211); }
div.DivClassName
{
background-color: #951AD3;
}
.BgClassName
{
background-color: #951AD3;
}
</style>
border-color css
<style>
span { border-color: #951AD3; }
span { border-color: rgb(149,26,211); }
td.TdClassName
{
border-color: #951AD3;
}
.TagClassName
{
border-color: #951AD3;
}
</style>