Shades of Dark Orchid #9134BC
Tints of Dark Orchid #9134BC
RGB
CMYK
RGB Variations
Color information
#9134BC (or 0x9134BC) is known color: Dark Orchid. HEX triplet: 91, 34 and BC. RGB value is (145,52,188). Sum of RGB (Red+Green+Blue) = 145+52+188=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 52 (20.70% from 255 or 13.51% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #9134BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9134BC is #6ECB43. Grayscale: #5E5E5E. Windows color (decimal): -7260996 or 12334225. OLE color: 12334225.
HSL color Cylindrical-coordinate representation of color #9134BC: hue angle of 281.03º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9134BC is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 52 | 188 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.26 |
| HSL | 281.03º | 0.57% | 0.47% | - |
| HSV(B) | 281.03º | 0.72% | 0.74% | - |
| XYZ | 21.98 | 12.11 | 48.76 | - |
| YUV | 95.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 52 | 188 | 0.23 | 0.72 | 0 | 0.26 | 281.03 | 0.57 | 0.47 |
| Hex | 91 | 34 | BC | 17 | 48 | 0 | 1A | 119 | 39 | 2F |
| Octal | 221 | 64 | 274 | 27 | 110 | 0 | 32 | 431 | 71 | 57 |
| Binary | 10010001 | 110100 | 10111100 | 10111 | 1001000 | 0 | 11010 | 100011001 | 111001 | 101111 |
Color Harmonies of #9134BC
Complementary color
Monochromatic Colors of #9134BC
Black with #9134BC
Text Example
Text Example
White with #9134BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9134BC; }
p { color: rgb(145,52,188); }
H1.HeaderClassName
{
color: #9134BC;
}
.AnyTagClassName
{
color: #9134BC;
}
</style>
background-color css
<style>
a { background-color: #9134BC; }
a { background-color: rgb(145,52,188); }
div.DivClassName
{
background-color: #9134BC;
}
.BgClassName
{
background-color: #9134BC;
}
</style>
border-color css
<style>
span { border-color: #9134BC; }
span { border-color: rgb(145,52,188); }
td.TdClassName
{
border-color: #9134BC;
}
.TagClassName
{
border-color: #9134BC;
}
</style>