Shades of Dark Orchid #951FB7
Tints of Dark Orchid #951FB7
RGB
CMYK
RGB Variations
Color information
#951FB7 (or 0x951FB7) is known color: Dark Orchid. HEX triplet: 95, 1F and B7. RGB value is (149,31,183). Sum of RGB (Red+Green+Blue) = 149+31+183=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 31 (12.5% from 255 or 8.54% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #951FB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FB7 is #6AE048. Grayscale: #535353. Windows color (decimal): -7004233 or 12001173. OLE color: 12001173.
HSL color Cylindrical-coordinate representation of color #951FB7: hue angle of 286.58º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951FB7 is Cyan = 0.19, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 149 | 31 | 183 | - |
| CMYK | 0.19 | 0.83 | 0 | 0.28 |
| HSL | 286.58º | 0.71% | 0.42% | - |
| HSV(B) | 286.58º | 0.83% | 0.72% | - |
| XYZ | 21.43 | 10.79 | 45.75 | - |
| YUV | 83.61 | 184.09 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 183 | 0.19 | 0.83 | 0 | 0.28 | 286.58 | 0.71 | 0.42 |
| Hex | 95 | 1F | B7 | 13 | 53 | 0 | 1C | 11F | 47 | 2A |
| Octal | 225 | 37 | 267 | 23 | 123 | 0 | 34 | 437 | 107 | 52 |
| Binary | 10010101 | 11111 | 10110111 | 10011 | 1010011 | 0 | 11100 | 100011111 | 1000111 | 101010 |
Color Harmonies of #951FB7
Complementary color
Monochromatic Colors of #951FB7
Black with #951FB7
Text Example
Text Example
White with #951FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FB7; }
p { color: rgb(149,31,183); }
H1.HeaderClassName
{
color: #951FB7;
}
.AnyTagClassName
{
color: #951FB7;
}
</style>
background-color css
<style>
a { background-color: #951FB7; }
a { background-color: rgb(149,31,183); }
div.DivClassName
{
background-color: #951FB7;
}
.BgClassName
{
background-color: #951FB7;
}
</style>
border-color css
<style>
span { border-color: #951FB7; }
span { border-color: rgb(149,31,183); }
td.TdClassName
{
border-color: #951FB7;
}
.TagClassName
{
border-color: #951FB7;
}
</style>