Shades of Dark Orchid #9439B4
Tints of Dark Orchid #9439B4
RGB
CMYK
RGB Variations
Color information
#9439B4 (or 0x9439B4) is known color: Dark Orchid. HEX triplet: 94, 39 and B4. RGB value is (148,57,180). Sum of RGB (Red+Green+Blue) = 148+57+180=385 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.44% from 385); Green value is 57 (22.66% from 255 or 14.81% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #9439B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9439B4 is #6BC64B. Grayscale: #616161. Windows color (decimal): -7063116 or 11811220. OLE color: 11811220.
HSL color Cylindrical-coordinate representation of color #9439B4: hue angle of 284.39º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9439B4 is Cyan = 0.18, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 148 | 57 | 180 | - |
| CMYK | 0.18 | 0.68 | 0 | 0.29 |
| HSL | 284.39º | 0.52% | 0.46% | - |
| HSV(B) | 284.39º | 0.68% | 0.71% | - |
| XYZ | 21.91 | 12.52 | 44.44 | - |
| YUV | 98.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 57 | 180 | 0.18 | 0.68 | 0 | 0.29 | 284.39 | 0.52 | 0.46 |
| Hex | 94 | 39 | B4 | 12 | 44 | 0 | 1D | 11C | 34 | 2E |
| Octal | 224 | 71 | 264 | 22 | 104 | 0 | 35 | 434 | 64 | 56 |
| Binary | 10010100 | 111001 | 10110100 | 10010 | 1000100 | 0 | 11101 | 100011100 | 110100 | 101110 |
Color Harmonies of #9439B4
Complementary color
Monochromatic Colors of #9439B4
Black with #9439B4
Text Example
Text Example
White with #9439B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9439B4; }
p { color: rgb(148,57,180); }
H1.HeaderClassName
{
color: #9439B4;
}
.AnyTagClassName
{
color: #9439B4;
}
</style>
background-color css
<style>
a { background-color: #9439B4; }
a { background-color: rgb(148,57,180); }
div.DivClassName
{
background-color: #9439B4;
}
.BgClassName
{
background-color: #9439B4;
}
</style>
border-color css
<style>
span { border-color: #9439B4; }
span { border-color: rgb(148,57,180); }
td.TdClassName
{
border-color: #9439B4;
}
.TagClassName
{
border-color: #9439B4;
}
</style>