Shades of Dark Orchid #9642CF
Tints of Dark Orchid #9642CF
RGB
CMYK
RGB Variations
Color information
#9642CF (or 0x9642CF) is known color: Dark Orchid. HEX triplet: 96, 42 and CF. RGB value is (150,66,207). Sum of RGB (Red+Green+Blue) = 150+66+207=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: blue. Hex color #9642CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642CF is #69BD30. Grayscale: #6A6A6A. Windows color (decimal): -6929713 or 13582998. OLE color: 13582998.
HSL color Cylindrical-coordinate representation of color #9642CF: hue angle of 275.74º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9642CF is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 66 | 207 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.19 |
| HSL | 275.74º | 0.59% | 0.54% | - |
| HSV(B) | 275.74º | 0.68% | 0.81% | - |
| XYZ | 25.79 | 14.89 | 60.55 | - |
| YUV | 107.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 207 | 0.28 | 0.68 | 0 | 0.19 | 275.74 | 0.59 | 0.54 |
| Hex | 96 | 42 | CF | 1C | 44 | 0 | 13 | 114 | 3B | 36 |
| Octal | 226 | 102 | 317 | 34 | 104 | 0 | 23 | 424 | 73 | 66 |
| Binary | 10010110 | 1000010 | 11001111 | 11100 | 1000100 | 0 | 10011 | 100010100 | 111011 | 110110 |
Color Harmonies of #9642CF
Complementary color
Monochromatic Colors of #9642CF
Black with #9642CF
Text Example
Text Example
White with #9642CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642CF; }
p { color: rgb(150,66,207); }
H1.HeaderClassName
{
color: #9642CF;
}
.AnyTagClassName
{
color: #9642CF;
}
</style>
background-color css
<style>
a { background-color: #9642CF; }
a { background-color: rgb(150,66,207); }
div.DivClassName
{
background-color: #9642CF;
}
.BgClassName
{
background-color: #9642CF;
}
</style>
border-color css
<style>
span { border-color: #9642CF; }
span { border-color: rgb(150,66,207); }
td.TdClassName
{
border-color: #9642CF;
}
.TagClassName
{
border-color: #9642CF;
}
</style>