Shades of Dark Orchid #951DCE
Tints of Dark Orchid #951DCE
RGB
CMYK
RGB Variations
Color information
#951DCE (or 0x951DCE) is known color: Dark Orchid. HEX triplet: 95, 1D and CE. RGB value is (149,29,206). Sum of RGB (Red+Green+Blue) = 149+29+206=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 29 (11.72% from 255 or 7.55% from 384); Blue value is 206 (80.86% from 255 or 53.65% from 384); Max value from RGB is 206 - color contains mainly: blue. Hex color #951DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DCE is #6AE231. Grayscale: #545454. Windows color (decimal): -7004722 or 13507989. OLE color: 13507989.
HSL color Cylindrical-coordinate representation of color #951DCE: hue angle of 280.68º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951DCE is Cyan = 0.28, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 29 | 206 | - |
| CMYK | 0.28 | 0.86 | 0 | 0.19 |
| HSL | 280.68º | 0.75% | 0.46% | - |
| HSV(B) | 280.68º | 0.86% | 0.81% | - |
| XYZ | 23.97 | 11.72 | 59.39 | - |
| YUV | 85.06 | 196.26 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 206 | 0.28 | 0.86 | 0 | 0.19 | 280.68 | 0.75 | 0.46 |
| Hex | 95 | 1D | CE | 1C | 56 | 0 | 13 | 119 | 4B | 2E |
| Octal | 225 | 35 | 316 | 34 | 126 | 0 | 23 | 431 | 113 | 56 |
| Binary | 10010101 | 11101 | 11001110 | 11100 | 1010110 | 0 | 10011 | 100011001 | 1001011 | 101110 |
Color Harmonies of #951DCE
Complementary color
Monochromatic Colors of #951DCE
Black with #951DCE
Text Example
Text Example
White with #951DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DCE; }
p { color: rgb(149,29,206); }
H1.HeaderClassName
{
color: #951DCE;
}
.AnyTagClassName
{
color: #951DCE;
}
</style>
background-color css
<style>
a { background-color: #951DCE; }
a { background-color: rgb(149,29,206); }
div.DivClassName
{
background-color: #951DCE;
}
.BgClassName
{
background-color: #951DCE;
}
</style>
border-color css
<style>
span { border-color: #951DCE; }
span { border-color: rgb(149,29,206); }
td.TdClassName
{
border-color: #951DCE;
}
.TagClassName
{
border-color: #951DCE;
}
</style>