Shades of Dark Orchid #9637BD
Tints of Dark Orchid #9637BD
RGB
CMYK
RGB Variations
Color information
#9637BD (or 0x9637BD) is known color: Dark Orchid. HEX triplet: 96, 37 and BD. RGB value is (150,55,189). Sum of RGB (Red+Green+Blue) = 150+55+189=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 55 (21.88% from 255 or 13.96% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #9637BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9637BD is #69C842. Grayscale: #626262. Windows color (decimal): -6932547 or 12400534. OLE color: 12400534.
HSL color Cylindrical-coordinate representation of color #9637BD: hue angle of 282.54º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9637BD is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 55 | 189 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.26 |
| HSL | 282.54º | 0.55% | 0.48% | - |
| HSV(B) | 282.54º | 0.71% | 0.74% | - |
| XYZ | 23.13 | 12.89 | 49.41 | - |
| YUV | 98.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 189 | 0.21 | 0.71 | 0 | 0.26 | 282.54 | 0.55 | 0.48 |
| Hex | 96 | 37 | BD | 15 | 47 | 0 | 1A | 11B | 37 | 30 |
| Octal | 226 | 67 | 275 | 25 | 107 | 0 | 32 | 433 | 67 | 60 |
| Binary | 10010110 | 110111 | 10111101 | 10101 | 1000111 | 0 | 11010 | 100011011 | 110111 | 110000 |
Color Harmonies of #9637BD
Complementary color
Monochromatic Colors of #9637BD
Black with #9637BD
Text Example
Text Example
White with #9637BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9637BD; }
p { color: rgb(150,55,189); }
H1.HeaderClassName
{
color: #9637BD;
}
.AnyTagClassName
{
color: #9637BD;
}
</style>
background-color css
<style>
a { background-color: #9637BD; }
a { background-color: rgb(150,55,189); }
div.DivClassName
{
background-color: #9637BD;
}
.BgClassName
{
background-color: #9637BD;
}
</style>
border-color css
<style>
span { border-color: #9637BD; }
span { border-color: rgb(150,55,189); }
td.TdClassName
{
border-color: #9637BD;
}
.TagClassName
{
border-color: #9637BD;
}
</style>