Shades of Dark Orchid #951EC0
Tints of Dark Orchid #951EC0
RGB
CMYK
RGB Variations
Color information
#951EC0 (or 0x951EC0) is known color: Dark Orchid. HEX triplet: 95, 1E and C0. RGB value is (149,30,192). Sum of RGB (Red+Green+Blue) = 149+30+192=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 192 (75.39% from 255 or 51.75% from 371); Max value from RGB is 192 - color contains mainly: blue. Hex color #951EC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EC0 is #6AE13F. Grayscale: #535353. Windows color (decimal): -7004480 or 12590741. OLE color: 12590741.
HSL color Cylindrical-coordinate representation of color #951EC0: hue angle of 284.07º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951EC0 is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 30 | 192 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.25 |
| HSL | 284.07º | 0.73% | 0.44% | - |
| HSV(B) | 284.07º | 0.84% | 0.75% | - |
| XYZ | 22.37 | 11.12 | 50.84 | - |
| YUV | 84.05 | 188.92 | 174.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 192 | 0.22 | 0.84 | 0 | 0.25 | 284.07 | 0.73 | 0.44 |
| Hex | 95 | 1E | C0 | 16 | 54 | 0 | 19 | 11C | 49 | 2C |
| Octal | 225 | 36 | 300 | 26 | 124 | 0 | 31 | 434 | 111 | 54 |
| Binary | 10010101 | 11110 | 11000000 | 10110 | 1010100 | 0 | 11001 | 100011100 | 1001001 | 101100 |
Color Harmonies of #951EC0
Complementary color
Monochromatic Colors of #951EC0
Black with #951EC0
Text Example
Text Example
White with #951EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EC0; }
p { color: rgb(149,30,192); }
H1.HeaderClassName
{
color: #951EC0;
}
.AnyTagClassName
{
color: #951EC0;
}
</style>
background-color css
<style>
a { background-color: #951EC0; }
a { background-color: rgb(149,30,192); }
div.DivClassName
{
background-color: #951EC0;
}
.BgClassName
{
background-color: #951EC0;
}
</style>
border-color css
<style>
span { border-color: #951EC0; }
span { border-color: rgb(149,30,192); }
td.TdClassName
{
border-color: #951EC0;
}
.TagClassName
{
border-color: #951EC0;
}
</style>