Shades of Dark Orchid #9635AC
Tints of Dark Orchid #9635AC
RGB
CMYK
RGB Variations
Color information
#9635AC (or 0x9635AC) is known color: Dark Orchid. HEX triplet: 96, 35 and AC. RGB value is (150,53,172). Sum of RGB (Red+Green+Blue) = 150+53+172=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 53 (21.09% from 255 or 14.13% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9635AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9635AC is #69CA53. Grayscale: #5F5F5F. Windows color (decimal): -6933076 or 11285910. OLE color: 11285910.
HSL color Cylindrical-coordinate representation of color #9635AC: hue angle of 288.91º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9635AC is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 150 | 53 | 172 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.33 |
| HSL | 288.91º | 0.53% | 0.44% | - |
| HSV(B) | 288.91º | 0.69% | 0.67% | - |
| XYZ | 21.3 | 12.01 | 40.23 | - |
| YUV | 95.57 | 171.14 | 166.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 172 | 0.13 | 0.69 | 0 | 0.33 | 288.91 | 0.53 | 0.44 |
| Hex | 96 | 35 | AC | D | 45 | 0 | 21 | 121 | 35 | 2C |
| Octal | 226 | 65 | 254 | 15 | 105 | 0 | 41 | 441 | 65 | 54 |
| Binary | 10010110 | 110101 | 10101100 | 1101 | 1000101 | 0 | 100001 | 100100001 | 110101 | 101100 |
Color Harmonies of #9635AC
Complementary color
Monochromatic Colors of #9635AC
Black with #9635AC
Text Example
Text Example
White with #9635AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635AC; }
p { color: rgb(150,53,172); }
H1.HeaderClassName
{
color: #9635AC;
}
.AnyTagClassName
{
color: #9635AC;
}
</style>
background-color css
<style>
a { background-color: #9635AC; }
a { background-color: rgb(150,53,172); }
div.DivClassName
{
background-color: #9635AC;
}
.BgClassName
{
background-color: #9635AC;
}
</style>
border-color css
<style>
span { border-color: #9635AC; }
span { border-color: rgb(150,53,172); }
td.TdClassName
{
border-color: #9635AC;
}
.TagClassName
{
border-color: #9635AC;
}
</style>