Shades of Dark Orchid #9A21B3
Tints of Dark Orchid #9A21B3
RGB
CMYK
RGB Variations
Color information
#9A21B3 (or 0x9A21B3) is known color: Dark Orchid. HEX triplet: 9A, 21 and B3. RGB value is (154,33,179). Sum of RGB (Red+Green+Blue) = 154+33+179=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 179 (70.31% from 255 or 48.91% from 366); Max value from RGB is 179 - color contains mainly: blue. Hex color #9A21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A21B3 is #65DE4C. Grayscale: #555555. Windows color (decimal): -6676045 or 11739546. OLE color: 11739546.
HSL color Cylindrical-coordinate representation of color #9A21B3: hue angle of 289.73º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9A21B3 is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 154 | 33 | 179 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.30 |
| HSL | 289.73º | 0.69% | 0.42% | - |
| HSV(B) | 289.73º | 0.82% | 0.7% | - |
| XYZ | 22.01 | 11.21 | 43.65 | - |
| YUV | 85.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 33 | 179 | 0.14 | 0.82 | 0 | 0.30 | 289.73 | 0.69 | 0.42 |
| Hex | 9A | 21 | B3 | E | 52 | 0 | 1E | 122 | 45 | 2A |
| Octal | 232 | 41 | 263 | 16 | 122 | 0 | 36 | 442 | 105 | 52 |
| Binary | 10011010 | 100001 | 10110011 | 1110 | 1010010 | 0 | 11110 | 100100010 | 1000101 | 101010 |
Color Harmonies of #9A21B3
Complementary color
Monochromatic Colors of #9A21B3
Black with #9A21B3
Text Example
Text Example
White with #9A21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A21B3; }
p { color: rgb(154,33,179); }
H1.HeaderClassName
{
color: #9A21B3;
}
.AnyTagClassName
{
color: #9A21B3;
}
</style>
background-color css
<style>
a { background-color: #9A21B3; }
a { background-color: rgb(154,33,179); }
div.DivClassName
{
background-color: #9A21B3;
}
.BgClassName
{
background-color: #9A21B3;
}
</style>
border-color css
<style>
span { border-color: #9A21B3; }
span { border-color: rgb(154,33,179); }
td.TdClassName
{
border-color: #9A21B3;
}
.TagClassName
{
border-color: #9A21B3;
}
</style>