Shades of Dark Orchid #951DC4
Tints of Dark Orchid #951DC4
RGB
CMYK
RGB Variations
Color information
#951DC4 (or 0x951DC4) is known color: Dark Orchid. HEX triplet: 95, 1D and C4. RGB value is (149,29,196). Sum of RGB (Red+Green+Blue) = 149+29+196=374 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.84% from 374); Green value is 29 (11.72% from 255 or 7.75% from 374); Blue value is 196 (76.95% from 255 or 52.41% from 374); Max value from RGB is 196 - color contains mainly: blue. Hex color #951DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DC4 is #6AE23B. Grayscale: #535353. Windows color (decimal): -7004732 or 12852629. OLE color: 12852629.
HSL color Cylindrical-coordinate representation of color #951DC4: hue angle of 283.11º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951DC4 is Cyan = 0.24, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 29 | 196 | - |
| CMYK | 0.24 | 0.85 | 0 | 0.23 |
| HSL | 283.11º | 0.74% | 0.44% | - |
| HSV(B) | 283.11º | 0.85% | 0.77% | - |
| XYZ | 22.8 | 11.25 | 53.2 | - |
| YUV | 83.92 | 191.26 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 196 | 0.24 | 0.85 | 0 | 0.23 | 283.11 | 0.74 | 0.44 |
| Hex | 95 | 1D | C4 | 18 | 55 | 0 | 17 | 11B | 4A | 2C |
| Octal | 225 | 35 | 304 | 30 | 125 | 0 | 27 | 433 | 112 | 54 |
| Binary | 10010101 | 11101 | 11000100 | 11000 | 1010101 | 0 | 10111 | 100011011 | 1001010 | 101100 |
Color Harmonies of #951DC4
Complementary color
Monochromatic Colors of #951DC4
Black with #951DC4
Text Example
Text Example
White with #951DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DC4; }
p { color: rgb(149,29,196); }
H1.HeaderClassName
{
color: #951DC4;
}
.AnyTagClassName
{
color: #951DC4;
}
</style>
background-color css
<style>
a { background-color: #951DC4; }
a { background-color: rgb(149,29,196); }
div.DivClassName
{
background-color: #951DC4;
}
.BgClassName
{
background-color: #951DC4;
}
</style>
border-color css
<style>
span { border-color: #951DC4; }
span { border-color: rgb(149,29,196); }
td.TdClassName
{
border-color: #951DC4;
}
.TagClassName
{
border-color: #951DC4;
}
</style>