Shades of Dark Orchid #951BD3
Tints of Dark Orchid #951BD3
RGB
CMYK
RGB Variations
Color information
#951BD3 (or 0x951BD3) is known color: Dark Orchid. HEX triplet: 95, 1B and D3. RGB value is (149,27,211). Sum of RGB (Red+Green+Blue) = 149+27+211=387 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.50% from 387); Green value is 27 (10.94% from 255 or 6.98% from 387); Blue value is 211 (82.81% from 255 or 54.52% from 387); Max value from RGB is 211 - color contains mainly: blue. Hex color #951BD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BD3 is #6AE42C. Grayscale: #535353. Windows color (decimal): -7005229 or 13835157. OLE color: 13835157.
HSL color Cylindrical-coordinate representation of color #951BD3: hue angle of 279.78º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #951BD3 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 149 | 27 | 211 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.17 |
| HSL | 279.78º | 0.77% | 0.47% | - |
| HSV(B) | 279.78º | 0.87% | 0.83% | - |
| XYZ | 24.54 | 11.88 | 62.63 | - |
| YUV | 84.45 | 199.42 | 174.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 211 | 0.29 | 0.87 | 0 | 0.17 | 279.78 | 0.77 | 0.47 |
| Hex | 95 | 1B | D3 | 1D | 57 | 0 | 11 | 118 | 4D | 2F |
| Octal | 225 | 33 | 323 | 35 | 127 | 0 | 21 | 430 | 115 | 57 |
| Binary | 10010101 | 11011 | 11010011 | 11101 | 1010111 | 0 | 10001 | 100011000 | 1001101 | 101111 |
Color Harmonies of #951BD3
Complementary color
Monochromatic Colors of #951BD3
Black with #951BD3
Text Example
Text Example
White with #951BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BD3; }
p { color: rgb(149,27,211); }
H1.HeaderClassName
{
color: #951BD3;
}
.AnyTagClassName
{
color: #951BD3;
}
</style>
background-color css
<style>
a { background-color: #951BD3; }
a { background-color: rgb(149,27,211); }
div.DivClassName
{
background-color: #951BD3;
}
.BgClassName
{
background-color: #951BD3;
}
</style>
border-color css
<style>
span { border-color: #951BD3; }
span { border-color: rgb(149,27,211); }
td.TdClassName
{
border-color: #951BD3;
}
.TagClassName
{
border-color: #951BD3;
}
</style>