Shades of Dark Orchid #9D1FAC
Tints of Dark Orchid #9D1FAC
RGB
CMYK
RGB Variations
Color information
#9D1FAC (or 0x9D1FAC) is known color: Dark Orchid. HEX triplet: 9D, 1F and AC. RGB value is (157,31,172). Sum of RGB (Red+Green+Blue) = 157+31+172=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 31 (12.5% from 255 or 8.61% from 360); Blue value is 172 (67.58% from 255 or 47.78% from 360); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D1FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D1FAC is #62E053. Grayscale: #545454. Windows color (decimal): -6479956 or 11280285. OLE color: 11280285.
HSL color Cylindrical-coordinate representation of color #9D1FAC: hue angle of 293.62º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1FAC is Cyan = 0.09, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 31 | 172 | - |
| CMYK | 0.09 | 0.82 | 0 | 0.33 |
| HSL | 293.62º | 0.69% | 0.4% | - |
| HSV(B) | 293.62º | 0.82% | 0.67% | - |
| XYZ | 21.84 | 11.13 | 40.03 | - |
| YUV | 84.75 | 177.24 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 31 | 172 | 0.09 | 0.82 | 0 | 0.33 | 293.62 | 0.69 | 0.4 |
| Hex | 9D | 1F | AC | 9 | 52 | 0 | 21 | 126 | 45 | 28 |
| Octal | 235 | 37 | 254 | 11 | 122 | 0 | 41 | 446 | 105 | 50 |
| Binary | 10011101 | 11111 | 10101100 | 1001 | 1010010 | 0 | 100001 | 100100110 | 1000101 | 101000 |
Color Harmonies of #9D1FAC
Complementary color
Monochromatic Colors of #9D1FAC
Black with #9D1FAC
Text Example
Text Example
White with #9D1FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1FAC; }
p { color: rgb(157,31,172); }
H1.HeaderClassName
{
color: #9D1FAC;
}
.AnyTagClassName
{
color: #9D1FAC;
}
</style>
background-color css
<style>
a { background-color: #9D1FAC; }
a { background-color: rgb(157,31,172); }
div.DivClassName
{
background-color: #9D1FAC;
}
.BgClassName
{
background-color: #9D1FAC;
}
</style>
border-color css
<style>
span { border-color: #9D1FAC; }
span { border-color: rgb(157,31,172); }
td.TdClassName
{
border-color: #9D1FAC;
}
.TagClassName
{
border-color: #9D1FAC;
}
</style>