Shades of Dark Orchid #9620CB
Tints of Dark Orchid #9620CB
RGB
CMYK
RGB Variations
Color information
#9620CB (or 0x9620CB) is known color: Dark Orchid. HEX triplet: 96, 20 and CB. RGB value is (150,32,203). Sum of RGB (Red+Green+Blue) = 150+32+203=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 203 (79.69% from 255 or 52.73% from 385); Max value from RGB is 203 - color contains mainly: blue. Hex color #9620CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9620CB is #69DF34. Grayscale: #565656. Windows color (decimal): -6938421 or 13312150. OLE color: 13312150.
HSL color Cylindrical-coordinate representation of color #9620CB: hue angle of 281.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9620CB is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 32 | 203 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.20 |
| HSL | 281.4º | 0.73% | 0.46% | - |
| HSV(B) | 281.4º | 0.84% | 0.8% | - |
| XYZ | 23.87 | 11.83 | 57.52 | - |
| YUV | 86.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 32 | 203 | 0.26 | 0.84 | 0 | 0.20 | 281.4 | 0.73 | 0.46 |
| Hex | 96 | 20 | CB | 1A | 54 | 0 | 14 | 119 | 49 | 2E |
| Octal | 226 | 40 | 313 | 32 | 124 | 0 | 24 | 431 | 111 | 56 |
| Binary | 10010110 | 100000 | 11001011 | 11010 | 1010100 | 0 | 10100 | 100011001 | 1001001 | 101110 |
Color Harmonies of #9620CB
Complementary color
Monochromatic Colors of #9620CB
Black with #9620CB
Text Example
Text Example
White with #9620CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9620CB; }
p { color: rgb(150,32,203); }
H1.HeaderClassName
{
color: #9620CB;
}
.AnyTagClassName
{
color: #9620CB;
}
</style>
background-color css
<style>
a { background-color: #9620CB; }
a { background-color: rgb(150,32,203); }
div.DivClassName
{
background-color: #9620CB;
}
.BgClassName
{
background-color: #9620CB;
}
</style>
border-color css
<style>
span { border-color: #9620CB; }
span { border-color: rgb(150,32,203); }
td.TdClassName
{
border-color: #9620CB;
}
.TagClassName
{
border-color: #9620CB;
}
</style>