Shades of Dark Orchid #9735BB
Tints of Dark Orchid #9735BB
RGB
CMYK
RGB Variations
Color information
#9735BB (or 0x9735BB) is known color: Dark Orchid. HEX triplet: 97, 35 and BB. RGB value is (151,53,187). Sum of RGB (Red+Green+Blue) = 151+53+187=391 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.62% from 391); Green value is 53 (21.09% from 255 or 13.55% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 187 - color contains mainly: blue. Hex color #9735BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9735BB is #68CA44. Grayscale: #616161. Windows color (decimal): -6867525 or 12268951. OLE color: 12268951.
HSL color Cylindrical-coordinate representation of color #9735BB: hue angle of 283.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9735BB is Cyan = 0.19, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 151 | 53 | 187 | - |
| CMYK | 0.19 | 0.72 | 0 | 0.27 |
| HSL | 283.88º | 0.56% | 0.47% | - |
| HSV(B) | 283.88º | 0.72% | 0.73% | - |
| XYZ | 23.01 | 12.71 | 48.26 | - |
| YUV | 97.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 53 | 187 | 0.19 | 0.72 | 0 | 0.27 | 283.88 | 0.56 | 0.47 |
| Hex | 97 | 35 | BB | 13 | 48 | 0 | 1B | 11C | 38 | 2F |
| Octal | 227 | 65 | 273 | 23 | 110 | 0 | 33 | 434 | 70 | 57 |
| Binary | 10010111 | 110101 | 10111011 | 10011 | 1001000 | 0 | 11011 | 100011100 | 111000 | 101111 |
Color Harmonies of #9735BB
Complementary color
Monochromatic Colors of #9735BB
Black with #9735BB
Text Example
Text Example
White with #9735BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9735BB; }
p { color: rgb(151,53,187); }
H1.HeaderClassName
{
color: #9735BB;
}
.AnyTagClassName
{
color: #9735BB;
}
</style>
background-color css
<style>
a { background-color: #9735BB; }
a { background-color: rgb(151,53,187); }
div.DivClassName
{
background-color: #9735BB;
}
.BgClassName
{
background-color: #9735BB;
}
</style>
border-color css
<style>
span { border-color: #9735BB; }
span { border-color: rgb(151,53,187); }
td.TdClassName
{
border-color: #9735BB;
}
.TagClassName
{
border-color: #9735BB;
}
</style>