Shades of Dark Orchid #9437AC
Tints of Dark Orchid #9437AC
RGB
CMYK
RGB Variations
Color information
#9437AC (or 0x9437AC) is known color: Dark Orchid. HEX triplet: 94, 37 and AC. RGB value is (148,55,172). Sum of RGB (Red+Green+Blue) = 148+55+172=375 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.47% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #9437AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9437AC is #6BC853. Grayscale: #5F5F5F. Windows color (decimal): -7063636 or 11286420. OLE color: 11286420.
HSL color Cylindrical-coordinate representation of color #9437AC: hue angle of 287.69º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9437AC is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 148 | 55 | 172 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.33 |
| HSL | 287.69º | 0.52% | 0.45% | - |
| HSV(B) | 287.69º | 0.68% | 0.67% | - |
| XYZ | 21.03 | 12.01 | 40.24 | - |
| YUV | 96.15 | 170.81 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 172 | 0.14 | 0.68 | 0 | 0.33 | 287.69 | 0.52 | 0.45 |
| Hex | 94 | 37 | AC | E | 44 | 0 | 21 | 120 | 34 | 2D |
| Octal | 224 | 67 | 254 | 16 | 104 | 0 | 41 | 440 | 64 | 55 |
| Binary | 10010100 | 110111 | 10101100 | 1110 | 1000100 | 0 | 100001 | 100100000 | 110100 | 101101 |
Color Harmonies of #9437AC
Complementary color
Monochromatic Colors of #9437AC
Black with #9437AC
Text Example
Text Example
White with #9437AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9437AC; }
p { color: rgb(148,55,172); }
H1.HeaderClassName
{
color: #9437AC;
}
.AnyTagClassName
{
color: #9437AC;
}
</style>
background-color css
<style>
a { background-color: #9437AC; }
a { background-color: rgb(148,55,172); }
div.DivClassName
{
background-color: #9437AC;
}
.BgClassName
{
background-color: #9437AC;
}
</style>
border-color css
<style>
span { border-color: #9437AC; }
span { border-color: rgb(148,55,172); }
td.TdClassName
{
border-color: #9437AC;
}
.TagClassName
{
border-color: #9437AC;
}
</style>