Shades of Dark Orchid #951AD0
Tints of Dark Orchid #951AD0
RGB
CMYK
RGB Variations
Color information
#951AD0 (or 0x951AD0) is known color: Dark Orchid. HEX triplet: 95, 1A and D0. RGB value is (149,26,208). Sum of RGB (Red+Green+Blue) = 149+26+208=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 208 (81.64% from 255 or 54.31% from 383); Max value from RGB is 208 - color contains mainly: blue. Hex color #951AD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AD0 is #6AE52F. Grayscale: #525252. Windows color (decimal): -7005488 or 13638293. OLE color: 13638293.
HSL color Cylindrical-coordinate representation of color #951AD0: hue angle of 280.55º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951AD0 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 26 | 208 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.18 |
| HSL | 280.55º | 0.78% | 0.46% | - |
| HSV(B) | 280.55º | 0.88% | 0.82% | - |
| XYZ | 24.15 | 11.68 | 60.66 | - |
| YUV | 83.53 | 198.25 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 208 | 0.28 | 0.88 | 0 | 0.18 | 280.55 | 0.78 | 0.46 |
| Hex | 95 | 1A | D0 | 1C | 58 | 0 | 12 | 119 | 4E | 2E |
| Octal | 225 | 32 | 320 | 34 | 130 | 0 | 22 | 431 | 116 | 56 |
| Binary | 10010101 | 11010 | 11010000 | 11100 | 1011000 | 0 | 10010 | 100011001 | 1001110 | 101110 |
Color Harmonies of #951AD0
Complementary color
Monochromatic Colors of #951AD0
Black with #951AD0
Text Example
Text Example
White with #951AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AD0; }
p { color: rgb(149,26,208); }
H1.HeaderClassName
{
color: #951AD0;
}
.AnyTagClassName
{
color: #951AD0;
}
</style>
background-color css
<style>
a { background-color: #951AD0; }
a { background-color: rgb(149,26,208); }
div.DivClassName
{
background-color: #951AD0;
}
.BgClassName
{
background-color: #951AD0;
}
</style>
border-color css
<style>
span { border-color: #951AD0; }
span { border-color: rgb(149,26,208); }
td.TdClassName
{
border-color: #951AD0;
}
.TagClassName
{
border-color: #951AD0;
}
</style>