Shades of Dark Orchid #9635D5
Tints of Dark Orchid #9635D5
RGB
CMYK
RGB Variations
Color information
#9635D5 (or 0x9635D5) is known color: Dark Orchid. HEX triplet: 96, 35 and D5. RGB value is (150,53,213). Sum of RGB (Red+Green+Blue) = 150+53+213=416 (55% of max value = 765). Red value is 150 (58.98% from 255 or 36.06% from 416); Green value is 53 (21.09% from 255 or 12.74% from 416); Blue value is 213 (83.59% from 255 or 51.20% from 416); Max value from RGB is 213 - color contains mainly: blue. Hex color #9635D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9635D5 is #69CA2A. Grayscale: #636363. Windows color (decimal): -6933035 or 13972886. OLE color: 13972886.
HSL color Cylindrical-coordinate representation of color #9635D5: hue angle of 276.38º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9635D5 is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 53 | 213 | - |
| CMYK | 0.30 | 0.75 | 0 | 0.16 |
| HSL | 276.38º | 0.66% | 0.52% | - |
| HSV(B) | 276.38º | 0.75% | 0.84% | - |
| XYZ | 25.86 | 13.83 | 64.26 | - |
| YUV | 100.24 | 191.64 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 213 | 0.30 | 0.75 | 0 | 0.16 | 276.38 | 0.66 | 0.52 |
| Hex | 96 | 35 | D5 | 1E | 4B | 0 | 10 | 114 | 42 | 34 |
| Octal | 226 | 65 | 325 | 36 | 113 | 0 | 20 | 424 | 102 | 64 |
| Binary | 10010110 | 110101 | 11010101 | 11110 | 1001011 | 0 | 10000 | 100010100 | 1000010 | 110100 |
Color Harmonies of #9635D5
Complementary color
Monochromatic Colors of #9635D5
Black with #9635D5
Text Example
Text Example
White with #9635D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635D5; }
p { color: rgb(150,53,213); }
H1.HeaderClassName
{
color: #9635D5;
}
.AnyTagClassName
{
color: #9635D5;
}
</style>
background-color css
<style>
a { background-color: #9635D5; }
a { background-color: rgb(150,53,213); }
div.DivClassName
{
background-color: #9635D5;
}
.BgClassName
{
background-color: #9635D5;
}
</style>
border-color css
<style>
span { border-color: #9635D5; }
span { border-color: rgb(150,53,213); }
td.TdClassName
{
border-color: #9635D5;
}
.TagClassName
{
border-color: #9635D5;
}
</style>