Shades of Dark Orchid #951DC0
Tints of Dark Orchid #951DC0
RGB
CMYK
RGB Variations
Color information
#951DC0 (or 0x951DC0) is known color: Dark Orchid. HEX triplet: 95, 1D and C0. RGB value is (149,29,192). Sum of RGB (Red+Green+Blue) = 149+29+192=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 29 (11.72% from 255 or 7.84% from 370); Blue value is 192 (75.39% from 255 or 51.89% from 370); Max value from RGB is 192 - color contains mainly: blue. Hex color #951DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DC0 is #6AE23F. Grayscale: #525252. Windows color (decimal): -7004736 or 12590485. OLE color: 12590485.
HSL color Cylindrical-coordinate representation of color #951DC0: hue angle of 284.17º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951DC0 is Cyan = 0.22, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 29 | 192 | - |
| CMYK | 0.22 | 0.85 | 0 | 0.25 |
| HSL | 284.17º | 0.74% | 0.43% | - |
| HSV(B) | 284.17º | 0.85% | 0.75% | - |
| XYZ | 22.35 | 11.07 | 50.83 | - |
| YUV | 83.46 | 189.26 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 192 | 0.22 | 0.85 | 0 | 0.25 | 284.17 | 0.74 | 0.43 |
| Hex | 95 | 1D | C0 | 16 | 55 | 0 | 19 | 11C | 4A | 2B |
| Octal | 225 | 35 | 300 | 26 | 125 | 0 | 31 | 434 | 112 | 53 |
| Binary | 10010101 | 11101 | 11000000 | 10110 | 1010101 | 0 | 11001 | 100011100 | 1001010 | 101011 |
Color Harmonies of #951DC0
Complementary color
Monochromatic Colors of #951DC0
Black with #951DC0
Text Example
Text Example
White with #951DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DC0; }
p { color: rgb(149,29,192); }
H1.HeaderClassName
{
color: #951DC0;
}
.AnyTagClassName
{
color: #951DC0;
}
</style>
background-color css
<style>
a { background-color: #951DC0; }
a { background-color: rgb(149,29,192); }
div.DivClassName
{
background-color: #951DC0;
}
.BgClassName
{
background-color: #951DC0;
}
</style>
border-color css
<style>
span { border-color: #951DC0; }
span { border-color: rgb(149,29,192); }
td.TdClassName
{
border-color: #951DC0;
}
.TagClassName
{
border-color: #951DC0;
}
</style>