Shades of Dark Orchid #9A37C1
Tints of Dark Orchid #9A37C1
RGB
CMYK
RGB Variations
Color information
#9A37C1 (or 0x9A37C1) is known color: Dark Orchid. HEX triplet: 9A, 37 and C1. RGB value is (154,55,193). Sum of RGB (Red+Green+Blue) = 154+55+193=402 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.31% from 402); Green value is 55 (21.88% from 255 or 13.68% from 402); Blue value is 193 (75.78% from 255 or 48.01% from 402); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A37C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A37C1 is #65C83E. Grayscale: #636363. Windows color (decimal): -6670399 or 12662682. OLE color: 12662682.
HSL color Cylindrical-coordinate representation of color #9A37C1: hue angle of 283.04º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A37C1 is Cyan = 0.20, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 154 | 55 | 193 | - |
| CMYK | 0.20 | 0.72 | 0 | 0.24 |
| HSL | 283.04º | 0.56% | 0.49% | - |
| HSV(B) | 283.04º | 0.72% | 0.76% | - |
| XYZ | 24.32 | 13.45 | 51.77 | - |
| YUV | 100.33 | 180.3 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 55 | 193 | 0.20 | 0.72 | 0 | 0.24 | 283.04 | 0.56 | 0.49 |
| Hex | 9A | 37 | C1 | 14 | 48 | 0 | 18 | 11B | 38 | 31 |
| Octal | 232 | 67 | 301 | 24 | 110 | 0 | 30 | 433 | 70 | 61 |
| Binary | 10011010 | 110111 | 11000001 | 10100 | 1001000 | 0 | 11000 | 100011011 | 111000 | 110001 |
Color Harmonies of #9A37C1
Complementary color
Monochromatic Colors of #9A37C1
Black with #9A37C1
Text Example
Text Example
White with #9A37C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A37C1; }
p { color: rgb(154,55,193); }
H1.HeaderClassName
{
color: #9A37C1;
}
.AnyTagClassName
{
color: #9A37C1;
}
</style>
background-color css
<style>
a { background-color: #9A37C1; }
a { background-color: rgb(154,55,193); }
div.DivClassName
{
background-color: #9A37C1;
}
.BgClassName
{
background-color: #9A37C1;
}
</style>
border-color css
<style>
span { border-color: #9A37C1; }
span { border-color: rgb(154,55,193); }
td.TdClassName
{
border-color: #9A37C1;
}
.TagClassName
{
border-color: #9A37C1;
}
</style>