Shades of Dark Orchid #9436BC
Tints of Dark Orchid #9436BC
RGB
CMYK
RGB Variations
Color information
#9436BC (or 0x9436BC) is known color: Dark Orchid. HEX triplet: 94, 36 and BC. RGB value is (148,54,188). Sum of RGB (Red+Green+Blue) = 148+54+188=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 188 (73.83% from 255 or 48.21% from 390); Max value from RGB is 188 - color contains mainly: blue. Hex color #9436BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9436BC is #6BC943. Grayscale: #606060. Windows color (decimal): -7063876 or 12334740. OLE color: 12334740.
HSL color Cylindrical-coordinate representation of color #9436BC: hue angle of 282.09º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9436BC is Cyan = 0.21, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 54 | 188 | - |
| CMYK | 0.21 | 0.71 | 0 | 0.26 |
| HSL | 282.09º | 0.55% | 0.47% | - |
| HSV(B) | 282.09º | 0.71% | 0.74% | - |
| XYZ | 22.61 | 12.57 | 48.81 | - |
| YUV | 97.38 | 179.14 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 54 | 188 | 0.21 | 0.71 | 0 | 0.26 | 282.09 | 0.55 | 0.47 |
| Hex | 94 | 36 | BC | 15 | 47 | 0 | 1A | 11A | 37 | 2F |
| Octal | 224 | 66 | 274 | 25 | 107 | 0 | 32 | 432 | 67 | 57 |
| Binary | 10010100 | 110110 | 10111100 | 10101 | 1000111 | 0 | 11010 | 100011010 | 110111 | 101111 |
Color Harmonies of #9436BC
Complementary color
Monochromatic Colors of #9436BC
Black with #9436BC
Text Example
Text Example
White with #9436BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9436BC; }
p { color: rgb(148,54,188); }
H1.HeaderClassName
{
color: #9436BC;
}
.AnyTagClassName
{
color: #9436BC;
}
</style>
background-color css
<style>
a { background-color: #9436BC; }
a { background-color: rgb(148,54,188); }
div.DivClassName
{
background-color: #9436BC;
}
.BgClassName
{
background-color: #9436BC;
}
</style>
border-color css
<style>
span { border-color: #9436BC; }
span { border-color: rgb(148,54,188); }
td.TdClassName
{
border-color: #9436BC;
}
.TagClassName
{
border-color: #9436BC;
}
</style>