Shades of Dark Orchid #951DB5
Tints of Dark Orchid #951DB5
RGB
CMYK
RGB Variations
Color information
#951DB5 (or 0x951DB5) is known color: Dark Orchid. HEX triplet: 95, 1D and B5. RGB value is (149,29,181). Sum of RGB (Red+Green+Blue) = 149+29+181=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 29 (11.72% from 255 or 8.08% from 359); Blue value is 181 (71.09% from 255 or 50.42% from 359); Max value from RGB is 181 - color contains mainly: blue. Hex color #951DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951DB5 is #6AE24A. Grayscale: #515151. Windows color (decimal): -7004747 or 11869589. OLE color: 11869589.
HSL color Cylindrical-coordinate representation of color #951DB5: hue angle of 287.37º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951DB5 is Cyan = 0.18, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 29 | 181 | - |
| CMYK | 0.18 | 0.84 | 0 | 0.29 |
| HSL | 287.37º | 0.72% | 0.41% | - |
| HSV(B) | 287.37º | 0.84% | 0.71% | - |
| XYZ | 21.17 | 10.6 | 44.65 | - |
| YUV | 82.21 | 183.76 | 175.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 29 | 181 | 0.18 | 0.84 | 0 | 0.29 | 287.37 | 0.72 | 0.41 |
| Hex | 95 | 1D | B5 | 12 | 54 | 0 | 1D | 11F | 48 | 29 |
| Octal | 225 | 35 | 265 | 22 | 124 | 0 | 35 | 437 | 110 | 51 |
| Binary | 10010101 | 11101 | 10110101 | 10010 | 1010100 | 0 | 11101 | 100011111 | 1001000 | 101001 |
Color Harmonies of #951DB5
Complementary color
Monochromatic Colors of #951DB5
Black with #951DB5
Text Example
Text Example
White with #951DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951DB5; }
p { color: rgb(149,29,181); }
H1.HeaderClassName
{
color: #951DB5;
}
.AnyTagClassName
{
color: #951DB5;
}
</style>
background-color css
<style>
a { background-color: #951DB5; }
a { background-color: rgb(149,29,181); }
div.DivClassName
{
background-color: #951DB5;
}
.BgClassName
{
background-color: #951DB5;
}
</style>
border-color css
<style>
span { border-color: #951DB5; }
span { border-color: rgb(149,29,181); }
td.TdClassName
{
border-color: #951DB5;
}
.TagClassName
{
border-color: #951DB5;
}
</style>