Shades of Dark Orchid #9618B8
Tints of Dark Orchid #9618B8
RGB
CMYK
RGB Variations
Color information
#9618B8 (or 0x9618B8) is known color: Dark Orchid. HEX triplet: 96, 18 and B8. RGB value is (150,24,184). Sum of RGB (Red+Green+Blue) = 150+24+184=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 24 (9.77% from 255 or 6.70% from 358); Blue value is 184 (72.27% from 255 or 51.40% from 358); Max value from RGB is 184 - color contains mainly: blue. Hex color #9618B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9618B8 is #69E747. Grayscale: #4F4F4F. Windows color (decimal): -6940488 or 12064918. OLE color: 12064918.
HSL color Cylindrical-coordinate representation of color #9618B8: hue angle of 287.25º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9618B8 is Cyan = 0.18, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 24 | 184 | - |
| CMYK | 0.18 | 0.87 | 0 | 0.28 |
| HSL | 287.25º | 0.77% | 0.41% | - |
| HSV(B) | 287.25º | 0.87% | 0.72% | - |
| XYZ | 21.56 | 10.6 | 46.26 | - |
| YUV | 79.91 | 186.74 | 177.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 24 | 184 | 0.18 | 0.87 | 0 | 0.28 | 287.25 | 0.77 | 0.41 |
| Hex | 96 | 18 | B8 | 12 | 57 | 0 | 1C | 11F | 4D | 29 |
| Octal | 226 | 30 | 270 | 22 | 127 | 0 | 34 | 437 | 115 | 51 |
| Binary | 10010110 | 11000 | 10111000 | 10010 | 1010111 | 0 | 11100 | 100011111 | 1001101 | 101001 |
Color Harmonies of #9618B8
Complementary color
Monochromatic Colors of #9618B8
Black with #9618B8
Text Example
Text Example
White with #9618B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9618B8; }
p { color: rgb(150,24,184); }
H1.HeaderClassName
{
color: #9618B8;
}
.AnyTagClassName
{
color: #9618B8;
}
</style>
background-color css
<style>
a { background-color: #9618B8; }
a { background-color: rgb(150,24,184); }
div.DivClassName
{
background-color: #9618B8;
}
.BgClassName
{
background-color: #9618B8;
}
</style>
border-color css
<style>
span { border-color: #9618B8; }
span { border-color: rgb(150,24,184); }
td.TdClassName
{
border-color: #9618B8;
}
.TagClassName
{
border-color: #9618B8;
}
</style>