Shades of Dark Orchid #9646CB
Tints of Dark Orchid #9646CB
RGB
CMYK
RGB Variations
Color information
#9646CB (or 0x9646CB) is known color: Dark Orchid. HEX triplet: 96, 46 and CB. RGB value is (150,70,203). Sum of RGB (Red+Green+Blue) = 150+70+203=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 203 (79.69% from 255 or 47.99% from 423); Max value from RGB is 203 - color contains mainly: blue. Hex color #9646CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9646CB is #69B934. Grayscale: #6C6C6C. Windows color (decimal): -6928693 or 13321878. OLE color: 13321878.
HSL color Cylindrical-coordinate representation of color #9646CB: hue angle of 276.09º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9646CB is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 70 | 203 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.20 |
| HSL | 276.09º | 0.56% | 0.54% | - |
| HSV(B) | 276.09º | 0.66% | 0.8% | - |
| XYZ | 25.55 | 15.18 | 58.08 | - |
| YUV | 109.08 | 181 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 203 | 0.26 | 0.66 | 0 | 0.20 | 276.09 | 0.56 | 0.54 |
| Hex | 96 | 46 | CB | 1A | 42 | 0 | 14 | 114 | 38 | 36 |
| Octal | 226 | 106 | 313 | 32 | 102 | 0 | 24 | 424 | 70 | 66 |
| Binary | 10010110 | 1000110 | 11001011 | 11010 | 1000010 | 0 | 10100 | 100010100 | 111000 | 110110 |
Color Harmonies of #9646CB
Complementary color
Monochromatic Colors of #9646CB
Black with #9646CB
Text Example
Text Example
White with #9646CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9646CB; }
p { color: rgb(150,70,203); }
H1.HeaderClassName
{
color: #9646CB;
}
.AnyTagClassName
{
color: #9646CB;
}
</style>
background-color css
<style>
a { background-color: #9646CB; }
a { background-color: rgb(150,70,203); }
div.DivClassName
{
background-color: #9646CB;
}
.BgClassName
{
background-color: #9646CB;
}
</style>
border-color css
<style>
span { border-color: #9646CB; }
span { border-color: rgb(150,70,203); }
td.TdClassName
{
border-color: #9646CB;
}
.TagClassName
{
border-color: #9646CB;
}
</style>