Shades of Dark Orchid #954AD6
Tints of Dark Orchid #954AD6
RGB
CMYK
RGB Variations
Color information
#954AD6 (or 0x954AD6) is known color: Dark Orchid. HEX triplet: 95, 4A and D6. RGB value is (149,74,214). Sum of RGB (Red+Green+Blue) = 149+74+214=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 74 (29.30% from 255 or 16.93% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #954AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954AD6 is #6AB529. Grayscale: #6F6F6F. Windows color (decimal): -6993194 or 14043797. OLE color: 14043797.
HSL color Cylindrical-coordinate representation of color #954AD6: hue angle of 272.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #954AD6 is Cyan = 0.30, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 149 | 74 | 214 | - |
| CMYK | 0.30 | 0.65 | 0 | 0.16 |
| HSL | 272.14º | 0.63% | 0.56% | - |
| HSV(B) | 272.14º | 0.65% | 0.84% | - |
| XYZ | 26.98 | 16.14 | 65.31 | - |
| YUV | 112.39 | 185.35 | 154.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 214 | 0.30 | 0.65 | 0 | 0.16 | 272.14 | 0.63 | 0.56 |
| Hex | 95 | 4A | D6 | 1E | 41 | 0 | 10 | 110 | 3F | 38 |
| Octal | 225 | 112 | 326 | 36 | 101 | 0 | 20 | 420 | 77 | 70 |
| Binary | 10010101 | 1001010 | 11010110 | 11110 | 1000001 | 0 | 10000 | 100010000 | 111111 | 111000 |
Color Harmonies of #954AD6
Complementary color
Monochromatic Colors of #954AD6
Black with #954AD6
Text Example
Text Example
White with #954AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AD6; }
p { color: rgb(149,74,214); }
H1.HeaderClassName
{
color: #954AD6;
}
.AnyTagClassName
{
color: #954AD6;
}
</style>
background-color css
<style>
a { background-color: #954AD6; }
a { background-color: rgb(149,74,214); }
div.DivClassName
{
background-color: #954AD6;
}
.BgClassName
{
background-color: #954AD6;
}
</style>
border-color css
<style>
span { border-color: #954AD6; }
span { border-color: rgb(149,74,214); }
td.TdClassName
{
border-color: #954AD6;
}
.TagClassName
{
border-color: #954AD6;
}
</style>