Shades of Dark Orchid #9A2CC4
Tints of Dark Orchid #9A2CC4
RGB
CMYK
RGB Variations
Color information
#9A2CC4 (or 0x9A2CC4) is known color: Dark Orchid. HEX triplet: 9A, 2C and C4. RGB value is (154,44,196). Sum of RGB (Red+Green+Blue) = 154+44+196=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 44 (17.58% from 255 or 11.17% from 394); Blue value is 196 (76.95% from 255 or 49.75% from 394); Max value from RGB is 196 - color contains mainly: blue. Hex color #9A2CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2CC4 is #65D33B. Grayscale: #5D5D5D. Windows color (decimal): -6673212 or 12856474. OLE color: 12856474.
HSL color Cylindrical-coordinate representation of color #9A2CC4: hue angle of 283.42º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9A2CC4 is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 154 | 44 | 196 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.23 |
| HSL | 283.42º | 0.63% | 0.47% | - |
| HSV(B) | 283.42º | 0.78% | 0.77% | - |
| XYZ | 24.19 | 12.66 | 53.39 | - |
| YUV | 94.22 | 185.44 | 170.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 44 | 196 | 0.21 | 0.78 | 0 | 0.23 | 283.42 | 0.63 | 0.47 |
| Hex | 9A | 2C | C4 | 15 | 4E | 0 | 17 | 11B | 3F | 2F |
| Octal | 232 | 54 | 304 | 25 | 116 | 0 | 27 | 433 | 77 | 57 |
| Binary | 10011010 | 101100 | 11000100 | 10101 | 1001110 | 0 | 10111 | 100011011 | 111111 | 101111 |
Color Harmonies of #9A2CC4
Complementary color
Monochromatic Colors of #9A2CC4
Black with #9A2CC4
Text Example
Text Example
White with #9A2CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2CC4; }
p { color: rgb(154,44,196); }
H1.HeaderClassName
{
color: #9A2CC4;
}
.AnyTagClassName
{
color: #9A2CC4;
}
</style>
background-color css
<style>
a { background-color: #9A2CC4; }
a { background-color: rgb(154,44,196); }
div.DivClassName
{
background-color: #9A2CC4;
}
.BgClassName
{
background-color: #9A2CC4;
}
</style>
border-color css
<style>
span { border-color: #9A2CC4; }
span { border-color: rgb(154,44,196); }
td.TdClassName
{
border-color: #9A2CC4;
}
.TagClassName
{
border-color: #9A2CC4;
}
</style>