Shades of Dark Orchid #9D1ACF
Tints of Dark Orchid #9D1ACF
RGB
CMYK
RGB Variations
Color information
#9D1ACF (or 0x9D1ACF) is known color: Dark Orchid. HEX triplet: 9D, 1A and CF. RGB value is (157,26,207). Sum of RGB (Red+Green+Blue) = 157+26+207=390 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.26% from 390); Green value is 26 (10.55% from 255 or 6.67% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D1ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D1ACF is #62E530. Grayscale: #555555. Windows color (decimal): -6481201 or 13572765. OLE color: 13572765.
HSL color Cylindrical-coordinate representation of color #9D1ACF: hue angle of 283.43º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1ACF is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 26 | 207 | - |
| CMYK | 0.24 | 0.87 | 0 | 0.19 |
| HSL | 283.43º | 0.78% | 0.46% | - |
| HSV(B) | 283.43º | 0.87% | 0.81% | - |
| XYZ | 25.54 | 12.41 | 60.08 | - |
| YUV | 85.8 | 196.4 | 178.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 26 | 207 | 0.24 | 0.87 | 0 | 0.19 | 283.43 | 0.78 | 0.46 |
| Hex | 9D | 1A | CF | 18 | 57 | 0 | 13 | 11B | 4E | 2E |
| Octal | 235 | 32 | 317 | 30 | 127 | 0 | 23 | 433 | 116 | 56 |
| Binary | 10011101 | 11010 | 11001111 | 11000 | 1010111 | 0 | 10011 | 100011011 | 1001110 | 101110 |
Color Harmonies of #9D1ACF
Complementary color
Monochromatic Colors of #9D1ACF
Black with #9D1ACF
Text Example
Text Example
White with #9D1ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D1ACF; }
p { color: rgb(157,26,207); }
H1.HeaderClassName
{
color: #9D1ACF;
}
.AnyTagClassName
{
color: #9D1ACF;
}
</style>
background-color css
<style>
a { background-color: #9D1ACF; }
a { background-color: rgb(157,26,207); }
div.DivClassName
{
background-color: #9D1ACF;
}
.BgClassName
{
background-color: #9D1ACF;
}
</style>
border-color css
<style>
span { border-color: #9D1ACF; }
span { border-color: rgb(157,26,207); }
td.TdClassName
{
border-color: #9D1ACF;
}
.TagClassName
{
border-color: #9D1ACF;
}
</style>