Shades of Dark Orchid #954ADA
Tints of Dark Orchid #954ADA
RGB
CMYK
RGB Variations
Color information
#954ADA (or 0x954ADA) is known color: Dark Orchid. HEX triplet: 95, 4A and DA. RGB value is (149,74,218). Sum of RGB (Red+Green+Blue) = 149+74+218=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 74 (29.30% from 255 or 16.78% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #954ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ADA is #6AB525. Grayscale: #707070. Windows color (decimal): -6993190 or 14305941. OLE color: 14305941.
HSL color Cylindrical-coordinate representation of color #954ADA: hue angle of 271.25º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954ADA is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 74 | 218 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.15 |
| HSL | 271.25º | 0.66% | 0.57% | - |
| HSV(B) | 271.25º | 0.66% | 0.85% | - |
| XYZ | 27.5 | 16.35 | 68.04 | - |
| YUV | 112.84 | 187.35 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 218 | 0.32 | 0.66 | 0 | 0.15 | 271.25 | 0.66 | 0.57 |
| Hex | 95 | 4A | DA | 20 | 42 | 0 | F | 10F | 42 | 39 |
| Octal | 225 | 112 | 332 | 40 | 102 | 0 | 17 | 417 | 102 | 71 |
| Binary | 10010101 | 1001010 | 11011010 | 100000 | 1000010 | 0 | 1111 | 100001111 | 1000010 | 111001 |
Color Harmonies of #954ADA
Complementary color
Monochromatic Colors of #954ADA
Black with #954ADA
Text Example
Text Example
White with #954ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ADA; }
p { color: rgb(149,74,218); }
H1.HeaderClassName
{
color: #954ADA;
}
.AnyTagClassName
{
color: #954ADA;
}
</style>
background-color css
<style>
a { background-color: #954ADA; }
a { background-color: rgb(149,74,218); }
div.DivClassName
{
background-color: #954ADA;
}
.BgClassName
{
background-color: #954ADA;
}
</style>
border-color css
<style>
span { border-color: #954ADA; }
span { border-color: rgb(149,74,218); }
td.TdClassName
{
border-color: #954ADA;
}
.TagClassName
{
border-color: #954ADA;
}
</style>