Shades of Dark Orchid #954ADC
Tints of Dark Orchid #954ADC
RGB
CMYK
RGB Variations
Color information
#954ADC (or 0x954ADC) is known color: Dark Orchid. HEX triplet: 95, 4A and DC. RGB value is (149,74,220). Sum of RGB (Red+Green+Blue) = 149+74+220=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 74 (29.30% from 255 or 16.70% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #954ADC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #954ADC is #6AB523. Grayscale: #707070. Windows color (decimal): -6993188 or 14437013. OLE color: 14437013.
HSL color Cylindrical-coordinate representation of color #954ADC: hue angle of 270.82º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #954ADC is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 74 | 220 | - |
| CMYK | 0.32 | 0.66 | 0 | 0.14 |
| HSL | 270.82º | 0.68% | 0.58% | - |
| HSV(B) | 270.82º | 0.66% | 0.86% | - |
| XYZ | 27.76 | 16.45 | 69.42 | - |
| YUV | 113.07 | 188.35 | 153.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 220 | 0.32 | 0.66 | 0 | 0.14 | 270.82 | 0.68 | 0.58 |
| Hex | 95 | 4A | DC | 20 | 42 | 0 | E | 10F | 44 | 3A |
| Octal | 225 | 112 | 334 | 40 | 102 | 0 | 16 | 417 | 104 | 72 |
| Binary | 10010101 | 1001010 | 11011100 | 100000 | 1000010 | 0 | 1110 | 100001111 | 1000100 | 111010 |
Color Harmonies of #954ADC
Complementary color
Monochromatic Colors of #954ADC
Black with #954ADC
Text Example
Text Example
White with #954ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954ADC; }
p { color: rgb(149,74,220); }
H1.HeaderClassName
{
color: #954ADC;
}
.AnyTagClassName
{
color: #954ADC;
}
</style>
background-color css
<style>
a { background-color: #954ADC; }
a { background-color: rgb(149,74,220); }
div.DivClassName
{
background-color: #954ADC;
}
.BgClassName
{
background-color: #954ADC;
}
</style>
border-color css
<style>
span { border-color: #954ADC; }
span { border-color: rgb(149,74,220); }
td.TdClassName
{
border-color: #954ADC;
}
.TagClassName
{
border-color: #954ADC;
}
</style>