Shades of Dark Orchid #9618B9
Tints of Dark Orchid #9618B9
RGB
CMYK
RGB Variations
Color information
#9618B9 (or 0x9618B9) is known color: Dark Orchid. HEX triplet: 96, 18 and B9. RGB value is (150,24,185). Sum of RGB (Red+Green+Blue) = 150+24+185=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 24 (9.77% from 255 or 6.69% from 359); Blue value is 185 (72.66% from 255 or 51.53% from 359); Max value from RGB is 185 - color contains mainly: blue. Hex color #9618B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618B9 is #69E746. Grayscale: #4F4F4F. Windows color (decimal): -6940487 or 12130454. OLE color: 12130454.
HSL color Cylindrical-coordinate representation of color #9618B9: hue angle of 286.96º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9618B9 is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 150 | 24 | 185 | - |
| CMYK | 0.19 | 0.87 | 0 | 0.27 |
| HSL | 286.96º | 0.77% | 0.41% | - |
| HSV(B) | 286.96º | 0.87% | 0.73% | - |
| XYZ | 21.66 | 10.64 | 46.81 | - |
| YUV | 80.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 185 | 0.19 | 0.87 | 0 | 0.27 | 286.96 | 0.77 | 0.41 |
| Hex | 96 | 18 | B9 | 13 | 57 | 0 | 1B | 11F | 4D | 29 |
| Octal | 226 | 30 | 271 | 23 | 127 | 0 | 33 | 437 | 115 | 51 |
| Binary | 10010110 | 11000 | 10111001 | 10011 | 1010111 | 0 | 11011 | 100011111 | 1001101 | 101001 |
Color Harmonies of #9618B9
Complementary color
Monochromatic Colors of #9618B9
Black with #9618B9
Text Example
Text Example
White with #9618B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618B9; }
p { color: rgb(150,24,185); }
H1.HeaderClassName
{
color: #9618B9;
}
.AnyTagClassName
{
color: #9618B9;
}
</style>
background-color css
<style>
a { background-color: #9618B9; }
a { background-color: rgb(150,24,185); }
div.DivClassName
{
background-color: #9618B9;
}
.BgClassName
{
background-color: #9618B9;
}
</style>
border-color css
<style>
span { border-color: #9618B9; }
span { border-color: rgb(150,24,185); }
td.TdClassName
{
border-color: #9618B9;
}
.TagClassName
{
border-color: #9618B9;
}
</style>