Shades of Dark Orchid #9735C0
Tints of Dark Orchid #9735C0
RGB
CMYK
RGB Variations
Color information
#9735C0 (or 0x9735C0) is known color: Dark Orchid. HEX triplet: 97, 35 and C0. RGB value is (151,53,192). Sum of RGB (Red+Green+Blue) = 151+53+192=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 53 (21.09% from 255 or 13.38% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #9735C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735C0 is #68CA3F. Grayscale: #616161. Windows color (decimal): -6867520 or 12596631. OLE color: 12596631.
HSL color Cylindrical-coordinate representation of color #9735C0: hue angle of 282.3º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9735C0 is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 53 | 192 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.25 |
| HSL | 282.3º | 0.57% | 0.48% | - |
| HSV(B) | 282.3º | 0.72% | 0.75% | - |
| XYZ | 23.55 | 12.93 | 51.12 | - |
| YUV | 98.15 | 180.97 | 165.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 192 | 0.21 | 0.72 | 0 | 0.25 | 282.3 | 0.57 | 0.48 |
| Hex | 97 | 35 | C0 | 15 | 48 | 0 | 19 | 11A | 39 | 30 |
| Octal | 227 | 65 | 300 | 25 | 110 | 0 | 31 | 432 | 71 | 60 |
| Binary | 10010111 | 110101 | 11000000 | 10101 | 1001000 | 0 | 11001 | 100011010 | 111001 | 110000 |
Color Harmonies of #9735C0
Complementary color
Monochromatic Colors of #9735C0
Black with #9735C0
Text Example
Text Example
White with #9735C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735C0; }
p { color: rgb(151,53,192); }
H1.HeaderClassName
{
color: #9735C0;
}
.AnyTagClassName
{
color: #9735C0;
}
</style>
background-color css
<style>
a { background-color: #9735C0; }
a { background-color: rgb(151,53,192); }
div.DivClassName
{
background-color: #9735C0;
}
.BgClassName
{
background-color: #9735C0;
}
</style>
border-color css
<style>
span { border-color: #9735C0; }
span { border-color: rgb(151,53,192); }
td.TdClassName
{
border-color: #9735C0;
}
.TagClassName
{
border-color: #9735C0;
}
</style>