Shades of Dark Orchid #951ED5
Tints of Dark Orchid #951ED5
RGB
CMYK
RGB Variations
Color information
#951ED5 (or 0x951ED5) is known color: Dark Orchid. HEX triplet: 95, 1E and D5. RGB value is (149,30,213). Sum of RGB (Red+Green+Blue) = 149+30+213=392 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.01% from 392); Green value is 30 (12.11% from 255 or 7.65% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #951ED5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ED5 is #6AE12A. Grayscale: #555555. Windows color (decimal): -7004459 or 13966997. OLE color: 13966997.
HSL color Cylindrical-coordinate representation of color #951ED5: hue angle of 279.02º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951ED5 is Cyan = 0.30, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 30 | 213 | - |
| CMYK | 0.30 | 0.86 | 0 | 0.16 |
| HSL | 279.02º | 0.75% | 0.48% | - |
| HSV(B) | 279.02º | 0.86% | 0.84% | - |
| XYZ | 24.87 | 12.12 | 63.98 | - |
| YUV | 86.44 | 199.42 | 172.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 213 | 0.30 | 0.86 | 0 | 0.16 | 279.02 | 0.75 | 0.48 |
| Hex | 95 | 1E | D5 | 1E | 56 | 0 | 10 | 117 | 4B | 30 |
| Octal | 225 | 36 | 325 | 36 | 126 | 0 | 20 | 427 | 113 | 60 |
| Binary | 10010101 | 11110 | 11010101 | 11110 | 1010110 | 0 | 10000 | 100010111 | 1001011 | 110000 |
Color Harmonies of #951ED5
Complementary color
Monochromatic Colors of #951ED5
Black with #951ED5
Text Example
Text Example
White with #951ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951ED5; }
p { color: rgb(149,30,213); }
H1.HeaderClassName
{
color: #951ED5;
}
.AnyTagClassName
{
color: #951ED5;
}
</style>
background-color css
<style>
a { background-color: #951ED5; }
a { background-color: rgb(149,30,213); }
div.DivClassName
{
background-color: #951ED5;
}
.BgClassName
{
background-color: #951ED5;
}
</style>
border-color css
<style>
span { border-color: #951ED5; }
span { border-color: rgb(149,30,213); }
td.TdClassName
{
border-color: #951ED5;
}
.TagClassName
{
border-color: #951ED5;
}
</style>