Shades of Dark Orchid #9A2ACB
Tints of Dark Orchid #9A2ACB
RGB
CMYK
RGB Variations
Color information
#9A2ACB (or 0x9A2ACB) is known color: Dark Orchid. HEX triplet: 9A, 2A and CB. RGB value is (154,42,203). Sum of RGB (Red+Green+Blue) = 154+42+203=399 (52% of max value = 765). Red value is 154 (60.55% from 255 or 38.60% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A2ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A2ACB is #65D534. Grayscale: #5D5D5D. Windows color (decimal): -6673717 or 13314714. OLE color: 13314714.
HSL color Cylindrical-coordinate representation of color #9A2ACB: hue angle of 281.74º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A2ACB is Cyan = 0.24, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 42 | 203 | - |
| CMYK | 0.24 | 0.79 | 0 | 0.20 |
| HSL | 281.74º | 0.66% | 0.48% | - |
| HSV(B) | 281.74º | 0.79% | 0.8% | - |
| XYZ | 24.93 | 12.84 | 57.66 | - |
| YUV | 93.84 | 189.61 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 42 | 203 | 0.24 | 0.79 | 0 | 0.20 | 281.74 | 0.66 | 0.48 |
| Hex | 9A | 2A | CB | 18 | 4F | 0 | 14 | 11A | 42 | 30 |
| Octal | 232 | 52 | 313 | 30 | 117 | 0 | 24 | 432 | 102 | 60 |
| Binary | 10011010 | 101010 | 11001011 | 11000 | 1001111 | 0 | 10100 | 100011010 | 1000010 | 110000 |
Color Harmonies of #9A2ACB
Complementary color
Monochromatic Colors of #9A2ACB
Black with #9A2ACB
Text Example
Text Example
White with #9A2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A2ACB; }
p { color: rgb(154,42,203); }
H1.HeaderClassName
{
color: #9A2ACB;
}
.AnyTagClassName
{
color: #9A2ACB;
}
</style>
background-color css
<style>
a { background-color: #9A2ACB; }
a { background-color: rgb(154,42,203); }
div.DivClassName
{
background-color: #9A2ACB;
}
.BgClassName
{
background-color: #9A2ACB;
}
</style>
border-color css
<style>
span { border-color: #9A2ACB; }
span { border-color: rgb(154,42,203); }
td.TdClassName
{
border-color: #9A2ACB;
}
.TagClassName
{
border-color: #9A2ACB;
}
</style>