Shades of Dark Orchid #9620CE
Tints of Dark Orchid #9620CE
RGB
CMYK
RGB Variations
Color information
#9620CE (or 0x9620CE) is known color: Dark Orchid. HEX triplet: 96, 20 and CE. RGB value is (150,32,206). Sum of RGB (Red+Green+Blue) = 150+32+206=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 206 (80.86% from 255 or 53.09% from 388); Max value from RGB is 206 - color contains mainly: blue. Hex color #9620CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620CE is #69DF31. Grayscale: #565656. Windows color (decimal): -6938418 or 13508758. OLE color: 13508758.
HSL color Cylindrical-coordinate representation of color #9620CE: hue angle of 280.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9620CE is Cyan = 0.27, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 32 | 206 | - |
| CMYK | 0.27 | 0.84 | 0 | 0.19 |
| HSL | 280.69º | 0.73% | 0.47% | - |
| HSV(B) | 280.69º | 0.84% | 0.81% | - |
| XYZ | 24.23 | 11.97 | 59.43 | - |
| YUV | 87.12 | 195.09 | 172.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 206 | 0.27 | 0.84 | 0 | 0.19 | 280.69 | 0.73 | 0.47 |
| Hex | 96 | 20 | CE | 1B | 54 | 0 | 13 | 119 | 49 | 2F |
| Octal | 226 | 40 | 316 | 33 | 124 | 0 | 23 | 431 | 111 | 57 |
| Binary | 10010110 | 100000 | 11001110 | 11011 | 1010100 | 0 | 10011 | 100011001 | 1001001 | 101111 |
Color Harmonies of #9620CE
Complementary color
Monochromatic Colors of #9620CE
Black with #9620CE
Text Example
Text Example
White with #9620CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620CE; }
p { color: rgb(150,32,206); }
H1.HeaderClassName
{
color: #9620CE;
}
.AnyTagClassName
{
color: #9620CE;
}
</style>
background-color css
<style>
a { background-color: #9620CE; }
a { background-color: rgb(150,32,206); }
div.DivClassName
{
background-color: #9620CE;
}
.BgClassName
{
background-color: #9620CE;
}
</style>
border-color css
<style>
span { border-color: #9620CE; }
span { border-color: rgb(150,32,206); }
td.TdClassName
{
border-color: #9620CE;
}
.TagClassName
{
border-color: #9620CE;
}
</style>