Shades of Dark Orchid #9A46CD
Tints of Dark Orchid #9A46CD
RGB
CMYK
RGB Variations
Color information
#9A46CD (or 0x9A46CD) is known color: Dark Orchid. HEX triplet: 9A, 46 and CD. RGB value is (154,70,205). Sum of RGB (Red+Green+Blue) = 154+70+205=429 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.90% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A46CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A46CD is #65B932. Grayscale: #6E6E6E. Windows color (decimal): -6666547 or 13452954. OLE color: 13452954.
HSL color Cylindrical-coordinate representation of color #9A46CD: hue angle of 277.33º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9A46CD is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 70 | 205 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.20 |
| HSL | 277.33º | 0.57% | 0.54% | - |
| HSV(B) | 277.33º | 0.66% | 0.8% | - |
| XYZ | 26.54 | 15.66 | 59.38 | - |
| YUV | 110.51 | 181.33 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 70 | 205 | 0.25 | 0.66 | 0 | 0.20 | 277.33 | 0.57 | 0.54 |
| Hex | 9A | 46 | CD | 19 | 42 | 0 | 14 | 115 | 39 | 36 |
| Octal | 232 | 106 | 315 | 31 | 102 | 0 | 24 | 425 | 71 | 66 |
| Binary | 10011010 | 1000110 | 11001101 | 11001 | 1000010 | 0 | 10100 | 100010101 | 111001 | 110110 |
Color Harmonies of #9A46CD
Complementary color
Monochromatic Colors of #9A46CD
Black with #9A46CD
Text Example
Text Example
White with #9A46CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A46CD; }
p { color: rgb(154,70,205); }
H1.HeaderClassName
{
color: #9A46CD;
}
.AnyTagClassName
{
color: #9A46CD;
}
</style>
background-color css
<style>
a { background-color: #9A46CD; }
a { background-color: rgb(154,70,205); }
div.DivClassName
{
background-color: #9A46CD;
}
.BgClassName
{
background-color: #9A46CD;
}
</style>
border-color css
<style>
span { border-color: #9A46CD; }
span { border-color: rgb(154,70,205); }
td.TdClassName
{
border-color: #9A46CD;
}
.TagClassName
{
border-color: #9A46CD;
}
</style>