Shades of Dark Orchid #9A1FCD
Tints of Dark Orchid #9A1FCD
RGB
CMYK
RGB Variations
Color information
#9A1FCD (or 0x9A1FCD) is known color: Dark Orchid. HEX triplet: 9A, 1F and CD. RGB value is (154,31,205). Sum of RGB (Red+Green+Blue) = 154+31+205=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 205 (80.47% from 255 or 52.56% from 390); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A1FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A1FCD is #65E032. Grayscale: #575757. Windows color (decimal): -6676531 or 13442970. OLE color: 13442970.
HSL color Cylindrical-coordinate representation of color #9A1FCD: hue angle of 282.41º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A1FCD is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 31 | 205 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.20 |
| HSL | 282.41º | 0.74% | 0.46% | - |
| HSV(B) | 282.41º | 0.85% | 0.8% | - |
| XYZ | 24.84 | 12.26 | 58.81 | - |
| YUV | 87.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 31 | 205 | 0.25 | 0.85 | 0 | 0.20 | 282.41 | 0.74 | 0.46 |
| Hex | 9A | 1F | CD | 19 | 55 | 0 | 14 | 11A | 4A | 2E |
| Octal | 232 | 37 | 315 | 31 | 125 | 0 | 24 | 432 | 112 | 56 |
| Binary | 10011010 | 11111 | 11001101 | 11001 | 1010101 | 0 | 10100 | 100011010 | 1001010 | 101110 |
Color Harmonies of #9A1FCD
Complementary color
Monochromatic Colors of #9A1FCD
Black with #9A1FCD
Text Example
Text Example
White with #9A1FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A1FCD; }
p { color: rgb(154,31,205); }
H1.HeaderClassName
{
color: #9A1FCD;
}
.AnyTagClassName
{
color: #9A1FCD;
}
</style>
background-color css
<style>
a { background-color: #9A1FCD; }
a { background-color: rgb(154,31,205); }
div.DivClassName
{
background-color: #9A1FCD;
}
.BgClassName
{
background-color: #9A1FCD;
}
</style>
border-color css
<style>
span { border-color: #9A1FCD; }
span { border-color: rgb(154,31,205); }
td.TdClassName
{
border-color: #9A1FCD;
}
.TagClassName
{
border-color: #9A1FCD;
}
</style>