Shades of Dark Orchid #9619CF
Tints of Dark Orchid #9619CF
RGB
CMYK
RGB Variations
Color information
#9619CF (or 0x9619CF) is known color: Dark Orchid. HEX triplet: 96, 19 and CF. RGB value is (150,25,207). Sum of RGB (Red+Green+Blue) = 150+25+207=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 25 (10.16% from 255 or 6.54% from 382); Blue value is 207 (81.25% from 255 or 54.19% from 382); Max value from RGB is 207 - color contains mainly: blue. Hex color #9619CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9619CF is #69E630. Grayscale: #525252. Windows color (decimal): -6940209 or 13572502. OLE color: 13572502.
HSL color Cylindrical-coordinate representation of color #9619CF: hue angle of 281.21º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9619CF is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 25 | 207 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.19 |
| HSL | 281.21º | 0.78% | 0.45% | - |
| HSV(B) | 281.21º | 0.88% | 0.81% | - |
| XYZ | 24.19 | 11.68 | 60.01 | - |
| YUV | 83.12 | 197.91 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 25 | 207 | 0.28 | 0.88 | 0 | 0.19 | 281.21 | 0.78 | 0.45 |
| Hex | 96 | 19 | CF | 1C | 58 | 0 | 13 | 119 | 4E | 2D |
| Octal | 226 | 31 | 317 | 34 | 130 | 0 | 23 | 431 | 116 | 55 |
| Binary | 10010110 | 11001 | 11001111 | 11100 | 1011000 | 0 | 10011 | 100011001 | 1001110 | 101101 |
Color Harmonies of #9619CF
Complementary color
Monochromatic Colors of #9619CF
Black with #9619CF
Text Example
Text Example
White with #9619CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9619CF; }
p { color: rgb(150,25,207); }
H1.HeaderClassName
{
color: #9619CF;
}
.AnyTagClassName
{
color: #9619CF;
}
</style>
background-color css
<style>
a { background-color: #9619CF; }
a { background-color: rgb(150,25,207); }
div.DivClassName
{
background-color: #9619CF;
}
.BgClassName
{
background-color: #9619CF;
}
</style>
border-color css
<style>
span { border-color: #9619CF; }
span { border-color: rgb(150,25,207); }
td.TdClassName
{
border-color: #9619CF;
}
.TagClassName
{
border-color: #9619CF;
}
</style>