Shades of Dark Orchid #951EC9
Tints of Dark Orchid #951EC9
RGB
CMYK
RGB Variations
Color information
#951EC9 (or 0x951EC9) is known color: Dark Orchid. HEX triplet: 95, 1E and C9. RGB value is (149,30,201). Sum of RGB (Red+Green+Blue) = 149+30+201=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 30 (12.11% from 255 or 7.89% from 380); Blue value is 201 (78.91% from 255 or 52.89% from 380); Max value from RGB is 201 - color contains mainly: blue. Hex color #951EC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951EC9 is #6AE136. Grayscale: #545454. Windows color (decimal): -7004471 or 13180565. OLE color: 13180565.
HSL color Cylindrical-coordinate representation of color #951EC9: hue angle of 281.75º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951EC9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 30 | 201 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.21 |
| HSL | 281.75º | 0.74% | 0.45% | - |
| HSV(B) | 281.75º | 0.85% | 0.79% | - |
| XYZ | 23.4 | 11.54 | 56.25 | - |
| YUV | 85.08 | 193.42 | 173.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 30 | 201 | 0.26 | 0.85 | 0 | 0.21 | 281.75 | 0.74 | 0.45 |
| Hex | 95 | 1E | C9 | 1A | 55 | 0 | 15 | 11A | 4A | 2D |
| Octal | 225 | 36 | 311 | 32 | 125 | 0 | 25 | 432 | 112 | 55 |
| Binary | 10010101 | 11110 | 11001001 | 11010 | 1010101 | 0 | 10101 | 100011010 | 1001010 | 101101 |
Color Harmonies of #951EC9
Complementary color
Monochromatic Colors of #951EC9
Black with #951EC9
Text Example
Text Example
White with #951EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951EC9; }
p { color: rgb(149,30,201); }
H1.HeaderClassName
{
color: #951EC9;
}
.AnyTagClassName
{
color: #951EC9;
}
</style>
background-color css
<style>
a { background-color: #951EC9; }
a { background-color: rgb(149,30,201); }
div.DivClassName
{
background-color: #951EC9;
}
.BgClassName
{
background-color: #951EC9;
}
</style>
border-color css
<style>
span { border-color: #951EC9; }
span { border-color: rgb(149,30,201); }
td.TdClassName
{
border-color: #951EC9;
}
.TagClassName
{
border-color: #951EC9;
}
</style>