Shades of Dark Orchid #9618BD
Tints of Dark Orchid #9618BD
RGB
CMYK
RGB Variations
Color information
#9618BD (or 0x9618BD) is known color: Dark Orchid. HEX triplet: 96, 18 and BD. RGB value is (150,24,189). Sum of RGB (Red+Green+Blue) = 150+24+189=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 189 (74.22% from 255 or 52.07% from 363); Max value from RGB is 189 - color contains mainly: blue. Hex color #9618BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618BD is #69E742. Grayscale: #4F4F4F. Windows color (decimal): -6940483 or 12392598. OLE color: 12392598.
HSL color Cylindrical-coordinate representation of color #9618BD: hue angle of 285.82º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9618BD is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 24 | 189 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.26 |
| HSL | 285.82º | 0.77% | 0.42% | - |
| HSV(B) | 285.82º | 0.87% | 0.74% | - |
| XYZ | 22.09 | 10.81 | 49.07 | - |
| YUV | 80.48 | 189.24 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 189 | 0.21 | 0.87 | 0 | 0.26 | 285.82 | 0.77 | 0.42 |
| Hex | 96 | 18 | BD | 15 | 57 | 0 | 1A | 11E | 4D | 2A |
| Octal | 226 | 30 | 275 | 25 | 127 | 0 | 32 | 436 | 115 | 52 |
| Binary | 10010110 | 11000 | 10111101 | 10101 | 1010111 | 0 | 11010 | 100011110 | 1001101 | 101010 |
Color Harmonies of #9618BD
Complementary color
Monochromatic Colors of #9618BD
Black with #9618BD
Text Example
Text Example
White with #9618BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618BD; }
p { color: rgb(150,24,189); }
H1.HeaderClassName
{
color: #9618BD;
}
.AnyTagClassName
{
color: #9618BD;
}
</style>
background-color css
<style>
a { background-color: #9618BD; }
a { background-color: rgb(150,24,189); }
div.DivClassName
{
background-color: #9618BD;
}
.BgClassName
{
background-color: #9618BD;
}
</style>
border-color css
<style>
span { border-color: #9618BD; }
span { border-color: rgb(150,24,189); }
td.TdClassName
{
border-color: #9618BD;
}
.TagClassName
{
border-color: #9618BD;
}
</style>