Shades of Dark Orchid #951ED0
Tints of Dark Orchid #951ED0
RGB
CMYK
RGB Variations
Color information
#951ED0 (or 0x951ED0) is known color: Dark Orchid. HEX triplet: 95, 1E and D0. RGB value is (149,30,208). Sum of RGB (Red+Green+Blue) = 149+30+208=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 30 (12.11% from 255 or 7.75% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #951ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951ED0 is #6AE12F. Grayscale: #555555. Windows color (decimal): -7004464 or 13639317. OLE color: 13639317.
HSL color Cylindrical-coordinate representation of color #951ED0: hue angle of 280.11º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951ED0 is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 30 | 208 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.18 |
| HSL | 280.11º | 0.75% | 0.47% | - |
| HSV(B) | 280.11º | 0.86% | 0.82% | - |
| XYZ | 24.24 | 11.87 | 60.69 | - |
| YUV | 85.87 | 196.92 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 208 | 0.28 | 0.86 | 0 | 0.18 | 280.11 | 0.75 | 0.47 |
| Hex | 95 | 1E | D0 | 1C | 56 | 0 | 12 | 118 | 4B | 2F |
| Octal | 225 | 36 | 320 | 34 | 126 | 0 | 22 | 430 | 113 | 57 |
| Binary | 10010101 | 11110 | 11010000 | 11100 | 1010110 | 0 | 10010 | 100011000 | 1001011 | 101111 |
Color Harmonies of #951ED0
Complementary color
Monochromatic Colors of #951ED0
Black with #951ED0
Text Example
Text Example
White with #951ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951ED0; }
p { color: rgb(149,30,208); }
H1.HeaderClassName
{
color: #951ED0;
}
.AnyTagClassName
{
color: #951ED0;
}
</style>
background-color css
<style>
a { background-color: #951ED0; }
a { background-color: rgb(149,30,208); }
div.DivClassName
{
background-color: #951ED0;
}
.BgClassName
{
background-color: #951ED0;
}
</style>
border-color css
<style>
span { border-color: #951ED0; }
span { border-color: rgb(149,30,208); }
td.TdClassName
{
border-color: #951ED0;
}
.TagClassName
{
border-color: #951ED0;
}
</style>