Shades of Dark Orchid #9642CB
Tints of Dark Orchid #9642CB
RGB
CMYK
RGB Variations
Color information
#9642CB (or 0x9642CB) is known color: Dark Orchid. HEX triplet: 96, 42 and CB. RGB value is (150,66,203). Sum of RGB (Red+Green+Blue) = 150+66+203=419 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.80% from 419); Green value is 66 (26.17% from 255 or 15.75% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #9642CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9642CB is #69BD34. Grayscale: #6A6A6A. Windows color (decimal): -6929717 or 13320854. OLE color: 13320854.
HSL color Cylindrical-coordinate representation of color #9642CB: hue angle of 276.79º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9642CB is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 66 | 203 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.20 |
| HSL | 276.79º | 0.57% | 0.53% | - |
| HSV(B) | 276.79º | 0.67% | 0.8% | - |
| XYZ | 25.31 | 14.69 | 58 | - |
| YUV | 106.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 66 | 203 | 0.26 | 0.67 | 0 | 0.20 | 276.79 | 0.57 | 0.53 |
| Hex | 96 | 42 | CB | 1A | 43 | 0 | 14 | 115 | 39 | 35 |
| Octal | 226 | 102 | 313 | 32 | 103 | 0 | 24 | 425 | 71 | 65 |
| Binary | 10010110 | 1000010 | 11001011 | 11010 | 1000011 | 0 | 10100 | 100010101 | 111001 | 110101 |
Color Harmonies of #9642CB
Complementary color
Monochromatic Colors of #9642CB
Black with #9642CB
Text Example
Text Example
White with #9642CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9642CB; }
p { color: rgb(150,66,203); }
H1.HeaderClassName
{
color: #9642CB;
}
.AnyTagClassName
{
color: #9642CB;
}
</style>
background-color css
<style>
a { background-color: #9642CB; }
a { background-color: rgb(150,66,203); }
div.DivClassName
{
background-color: #9642CB;
}
.BgClassName
{
background-color: #9642CB;
}
</style>
border-color css
<style>
span { border-color: #9642CB; }
span { border-color: rgb(150,66,203); }
td.TdClassName
{
border-color: #9642CB;
}
.TagClassName
{
border-color: #9642CB;
}
</style>