Shades of Dark Orchid #9918C1
Tints of Dark Orchid #9918C1
RGB
CMYK
RGB Variations
Color information
#9918C1 (or 0x9918C1) is known color: Dark Orchid. HEX triplet: 99, 18 and C1. RGB value is (153,24,193). Sum of RGB (Red+Green+Blue) = 153+24+193=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 24 (9.77% from 255 or 6.49% from 370); Blue value is 193 (75.78% from 255 or 52.16% from 370); Max value from RGB is 193 - color contains mainly: blue. Hex color #9918C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9918C1 is #66E73E. Grayscale: #515151. Windows color (decimal): -6743871 or 12654745. OLE color: 12654745.
HSL color Cylindrical-coordinate representation of color #9918C1: hue angle of 285.8º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9918C1 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 153 | 24 | 193 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.24 |
| HSL | 285.8º | 0.78% | 0.43% | - |
| HSV(B) | 285.8º | 0.88% | 0.76% | - |
| XYZ | 23.09 | 11.28 | 51.41 | - |
| YUV | 81.84 | 190.74 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 193 | 0.21 | 0.88 | 0 | 0.24 | 285.8 | 0.78 | 0.43 |
| Hex | 99 | 18 | C1 | 15 | 58 | 0 | 18 | 11E | 4E | 2B |
| Octal | 231 | 30 | 301 | 25 | 130 | 0 | 30 | 436 | 116 | 53 |
| Binary | 10011001 | 11000 | 11000001 | 10101 | 1011000 | 0 | 11000 | 100011110 | 1001110 | 101011 |
Color Harmonies of #9918C1
Complementary color
Monochromatic Colors of #9918C1
Black with #9918C1
Text Example
Text Example
White with #9918C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918C1; }
p { color: rgb(153,24,193); }
H1.HeaderClassName
{
color: #9918C1;
}
.AnyTagClassName
{
color: #9918C1;
}
</style>
background-color css
<style>
a { background-color: #9918C1; }
a { background-color: rgb(153,24,193); }
div.DivClassName
{
background-color: #9918C1;
}
.BgClassName
{
background-color: #9918C1;
}
</style>
border-color css
<style>
span { border-color: #9918C1; }
span { border-color: rgb(153,24,193); }
td.TdClassName
{
border-color: #9918C1;
}
.TagClassName
{
border-color: #9918C1;
}
</style>