Shades of Dark Orchid #951DCC
Tints of Dark Orchid #951DCC
RGB
CMYK
RGB Variations
Color information
#951DCC (or 0x951DCC) is known color: Dark Orchid. HEX triplet: 95, 1D and CC. RGB value is (149,29,204). Sum of RGB (Red+Green+Blue) = 149+29+204=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #951DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DCC is #6AE233. Grayscale: #545454. Windows color (decimal): -7004724 or 13376917. OLE color: 13376917.
HSL color Cylindrical-coordinate representation of color #951DCC: hue angle of 281.14º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951DCC is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 29 | 204 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.2 |
| HSL | 281.14º | 0.75% | 0.46% | - |
| HSV(B) | 281.14º | 0.86% | 0.8% | - |
| XYZ | 23.73 | 11.63 | 58.12 | - |
| YUV | 84.83 | 195.26 | 173.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 204 | 0.27 | 0.86 | 0 | 0.2 | 281.14 | 0.75 | 0.46 |
| Hex | 95 | 1D | CC | 1B | 56 | 0 | 14 | 119 | 4B | 2E |
| Octal | 225 | 35 | 314 | 33 | 126 | 0 | 24 | 431 | 113 | 56 |
| Binary | 10010101 | 11101 | 11001100 | 11011 | 1010110 | 0 | 10100 | 100011001 | 1001011 | 101110 |
Color Harmonies of #951DCC
Complementary color
Monochromatic Colors of #951DCC
Black with #951DCC
Text Example
Text Example
White with #951DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DCC; }
p { color: rgb(149,29,204); }
H1.HeaderClassName
{
color: #951DCC;
}
.AnyTagClassName
{
color: #951DCC;
}
</style>
background-color css
<style>
a { background-color: #951DCC; }
a { background-color: rgb(149,29,204); }
div.DivClassName
{
background-color: #951DCC;
}
.BgClassName
{
background-color: #951DCC;
}
</style>
border-color css
<style>
span { border-color: #951DCC; }
span { border-color: rgb(149,29,204); }
td.TdClassName
{
border-color: #951DCC;
}
.TagClassName
{
border-color: #951DCC;
}
</style>