Shades of Dark Orchid #9635CB
Tints of Dark Orchid #9635CB
RGB
CMYK
RGB Variations
Color information
#9635CB (or 0x9635CB) is known color: Dark Orchid. HEX triplet: 96, 35 and CB. RGB value is (150,53,203). Sum of RGB (Red+Green+Blue) = 150+53+203=406 (53% of max value = 765). Red value is 150 (58.98% from 255 or 36.95% from 406); Green value is 53 (21.09% from 255 or 13.05% from 406); Blue value is 203 (79.69% from 255 or 50% from 406); Max value from RGB is 203 - color contains mainly: blue. Hex color #9635CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635CB is #69CA34. Grayscale: #626262. Windows color (decimal): -6933045 or 13317526. OLE color: 13317526.
HSL color Cylindrical-coordinate representation of color #9635CB: hue angle of 278.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9635CB is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 53 | 203 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.20 |
| HSL | 278.8º | 0.59% | 0.5% | - |
| HSV(B) | 278.8º | 0.74% | 0.8% | - |
| XYZ | 24.63 | 13.34 | 57.78 | - |
| YUV | 99.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 203 | 0.26 | 0.74 | 0 | 0.20 | 278.8 | 0.59 | 0.5 |
| Hex | 96 | 35 | CB | 1A | 4A | 0 | 14 | 117 | 3B | 32 |
| Octal | 226 | 65 | 313 | 32 | 112 | 0 | 24 | 427 | 73 | 62 |
| Binary | 10010110 | 110101 | 11001011 | 11010 | 1001010 | 0 | 10100 | 100010111 | 111011 | 110010 |
Color Harmonies of #9635CB
Complementary color
Monochromatic Colors of #9635CB
Black with #9635CB
Text Example
Text Example
White with #9635CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635CB; }
p { color: rgb(150,53,203); }
H1.HeaderClassName
{
color: #9635CB;
}
.AnyTagClassName
{
color: #9635CB;
}
</style>
background-color css
<style>
a { background-color: #9635CB; }
a { background-color: rgb(150,53,203); }
div.DivClassName
{
background-color: #9635CB;
}
.BgClassName
{
background-color: #9635CB;
}
</style>
border-color css
<style>
span { border-color: #9635CB; }
span { border-color: rgb(150,53,203); }
td.TdClassName
{
border-color: #9635CB;
}
.TagClassName
{
border-color: #9635CB;
}
</style>