Shades of Dark Orchid #9537D0
Tints of Dark Orchid #9537D0
RGB
CMYK
RGB Variations
Color information
#9537D0 (or 0x9537D0) is known color: Dark Orchid. HEX triplet: 95, 37 and D0. RGB value is (149,55,208). Sum of RGB (Red+Green+Blue) = 149+55+208=412 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.17% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 208 (81.64% from 255 or 50.49% from 412); Max value from RGB is 208 - color contains mainly: blue. Hex color #9537D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9537D0 is #6AC82F. Grayscale: #646464. Windows color (decimal): -6998064 or 13645717. OLE color: 13645717.
HSL color Cylindrical-coordinate representation of color #9537D0: hue angle of 276.86º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9537D0 is Cyan = 0.28, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 149 | 55 | 208 | - |
| CMYK | 0.28 | 0.74 | 0 | 0.18 |
| HSL | 276.86º | 0.62% | 0.52% | - |
| HSV(B) | 276.86º | 0.74% | 0.82% | - |
| XYZ | 25.15 | 13.68 | 60.99 | - |
| YUV | 100.55 | 188.64 | 162.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 55 | 208 | 0.28 | 0.74 | 0 | 0.18 | 276.86 | 0.62 | 0.52 |
| Hex | 95 | 37 | D0 | 1C | 4A | 0 | 12 | 115 | 3E | 34 |
| Octal | 225 | 67 | 320 | 34 | 112 | 0 | 22 | 425 | 76 | 64 |
| Binary | 10010101 | 110111 | 11010000 | 11100 | 1001010 | 0 | 10010 | 100010101 | 111110 | 110100 |
Color Harmonies of #9537D0
Complementary color
Monochromatic Colors of #9537D0
Black with #9537D0
Text Example
Text Example
White with #9537D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9537D0; }
p { color: rgb(149,55,208); }
H1.HeaderClassName
{
color: #9537D0;
}
.AnyTagClassName
{
color: #9537D0;
}
</style>
background-color css
<style>
a { background-color: #9537D0; }
a { background-color: rgb(149,55,208); }
div.DivClassName
{
background-color: #9537D0;
}
.BgClassName
{
background-color: #9537D0;
}
</style>
border-color css
<style>
span { border-color: #9537D0; }
span { border-color: rgb(149,55,208); }
td.TdClassName
{
border-color: #9537D0;
}
.TagClassName
{
border-color: #9537D0;
}
</style>