Shades of Dark Orchid #9635B0
Tints of Dark Orchid #9635B0
RGB
CMYK
RGB Variations
Color information
#9635B0 (or 0x9635B0) is known color: Dark Orchid. HEX triplet: 96, 35 and B0. RGB value is (150,53,176). Sum of RGB (Red+Green+Blue) = 150+53+176=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 176 (69.14% from 255 or 46.44% from 379); Max value from RGB is 176 - color contains mainly: blue. Hex color #9635B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9635B0 is #69CA4F. Grayscale: #5F5F5F. Windows color (decimal): -6933072 or 11548054. OLE color: 11548054.
HSL color Cylindrical-coordinate representation of color #9635B0: hue angle of 287.32º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9635B0 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 53 | 176 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.31 |
| HSL | 287.32º | 0.54% | 0.45% | - |
| HSV(B) | 287.32º | 0.7% | 0.69% | - |
| XYZ | 21.69 | 12.16 | 42.28 | - |
| YUV | 96.03 | 173.14 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 53 | 176 | 0.15 | 0.70 | 0 | 0.31 | 287.32 | 0.54 | 0.45 |
| Hex | 96 | 35 | B0 | F | 46 | 0 | 1F | 11F | 36 | 2D |
| Octal | 226 | 65 | 260 | 17 | 106 | 0 | 37 | 437 | 66 | 55 |
| Binary | 10010110 | 110101 | 10110000 | 1111 | 1000110 | 0 | 11111 | 100011111 | 110110 | 101101 |
Color Harmonies of #9635B0
Complementary color
Monochromatic Colors of #9635B0
Black with #9635B0
Text Example
Text Example
White with #9635B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9635B0; }
p { color: rgb(150,53,176); }
H1.HeaderClassName
{
color: #9635B0;
}
.AnyTagClassName
{
color: #9635B0;
}
</style>
background-color css
<style>
a { background-color: #9635B0; }
a { background-color: rgb(150,53,176); }
div.DivClassName
{
background-color: #9635B0;
}
.BgClassName
{
background-color: #9635B0;
}
</style>
border-color css
<style>
span { border-color: #9635B0; }
span { border-color: rgb(150,53,176); }
td.TdClassName
{
border-color: #9635B0;
}
.TagClassName
{
border-color: #9635B0;
}
</style>