Shades of Dark Orchid #9620C1
Tints of Dark Orchid #9620C1
RGB
CMYK
RGB Variations
Color information
#9620C1 (or 0x9620C1) is known color: Dark Orchid. HEX triplet: 96, 20 and C1. RGB value is (150,32,193). Sum of RGB (Red+Green+Blue) = 150+32+193=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 193 (75.78% from 255 or 51.47% from 375); Max value from RGB is 193 - color contains mainly: blue. Hex color #9620C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620C1 is #69DF3E. Grayscale: #555555. Windows color (decimal): -6938431 or 12656790. OLE color: 12656790.
HSL color Cylindrical-coordinate representation of color #9620C1: hue angle of 283.98º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9620C1 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 150 | 32 | 193 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.24 |
| HSL | 283.98º | 0.72% | 0.44% | - |
| HSV(B) | 283.98º | 0.83% | 0.76% | - |
| XYZ | 22.72 | 11.37 | 51.45 | - |
| YUV | 85.64 | 188.59 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 193 | 0.22 | 0.83 | 0 | 0.24 | 283.98 | 0.72 | 0.44 |
| Hex | 96 | 20 | C1 | 16 | 53 | 0 | 18 | 11C | 48 | 2C |
| Octal | 226 | 40 | 301 | 26 | 123 | 0 | 30 | 434 | 110 | 54 |
| Binary | 10010110 | 100000 | 11000001 | 10110 | 1010011 | 0 | 11000 | 100011100 | 1001000 | 101100 |
Color Harmonies of #9620C1
Complementary color
Monochromatic Colors of #9620C1
Black with #9620C1
Text Example
Text Example
White with #9620C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620C1; }
p { color: rgb(150,32,193); }
H1.HeaderClassName
{
color: #9620C1;
}
.AnyTagClassName
{
color: #9620C1;
}
</style>
background-color css
<style>
a { background-color: #9620C1; }
a { background-color: rgb(150,32,193); }
div.DivClassName
{
background-color: #9620C1;
}
.BgClassName
{
background-color: #9620C1;
}
</style>
border-color css
<style>
span { border-color: #9620C1; }
span { border-color: rgb(150,32,193); }
td.TdClassName
{
border-color: #9620C1;
}
.TagClassName
{
border-color: #9620C1;
}
</style>