Shades of Dark Orchid #9F21B3
Tints of Dark Orchid #9F21B3
RGB
CMYK
RGB Variations
Color information
#9F21B3 (or 0x9F21B3) is known color: Dark Orchid. HEX triplet: 9F, 21 and B3. RGB value is (159,33,179). Sum of RGB (Red+Green+Blue) = 159+33+179=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 33 (13.28% from 255 or 8.89% from 371); Blue value is 179 (70.31% from 255 or 48.25% from 371); Max value from RGB is 179 - color contains mainly: blue. Hex color #9F21B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9F21B3 is #60DE4C. Grayscale: #565656. Windows color (decimal): -6348365 or 11739551. OLE color: 11739551.
HSL color Cylindrical-coordinate representation of color #9F21B3: hue angle of 291.78º 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 #9F21B3 is Cyan = 0.11, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 33 | 179 | - |
| CMYK | 0.11 | 0.82 | 0 | 0.30 |
| HSL | 291.78º | 0.69% | 0.42% | - |
| HSV(B) | 291.78º | 0.82% | 0.7% | - |
| XYZ | 22.98 | 11.71 | 43.7 | - |
| YUV | 87.32 | 179.74 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 33 | 179 | 0.11 | 0.82 | 0 | 0.30 | 291.78 | 0.69 | 0.42 |
| Hex | 9F | 21 | B3 | B | 52 | 0 | 1E | 124 | 45 | 2A |
| Octal | 237 | 41 | 263 | 13 | 122 | 0 | 36 | 444 | 105 | 52 |
| Binary | 10011111 | 100001 | 10110011 | 1011 | 1010010 | 0 | 11110 | 100100100 | 1000101 | 101010 |
Color Harmonies of #9F21B3
Complementary color
Monochromatic Colors of #9F21B3
Black with #9F21B3
Text Example
Text Example
White with #9F21B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F21B3; }
p { color: rgb(159,33,179); }
H1.HeaderClassName
{
color: #9F21B3;
}
.AnyTagClassName
{
color: #9F21B3;
}
</style>
background-color css
<style>
a { background-color: #9F21B3; }
a { background-color: rgb(159,33,179); }
div.DivClassName
{
background-color: #9F21B3;
}
.BgClassName
{
background-color: #9F21B3;
}
</style>
border-color css
<style>
span { border-color: #9F21B3; }
span { border-color: rgb(159,33,179); }
td.TdClassName
{
border-color: #9F21B3;
}
.TagClassName
{
border-color: #9F21B3;
}
</style>