Shades of Dark Orchid #9434BC
Tints of Dark Orchid #9434BC
RGB
CMYK
RGB Variations
Color information
#9434BC (or 0x9434BC) is known color: Dark Orchid. HEX triplet: 94, 34 and BC. RGB value is (148,52,188). Sum of RGB (Red+Green+Blue) = 148+52+188=388 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.14% from 388); Green value is 52 (20.70% from 255 or 13.40% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #9434BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9434BC is #6BCB43. Grayscale: #5F5F5F. Windows color (decimal): -7064388 or 12334228. OLE color: 12334228.
HSL color Cylindrical-coordinate representation of color #9434BC: hue angle of 282.35º 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 #9434BC is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 148 | 52 | 188 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.26 |
| HSL | 282.35º | 0.57% | 0.47% | - |
| HSV(B) | 282.35º | 0.72% | 0.74% | - |
| XYZ | 22.52 | 12.38 | 48.78 | - |
| YUV | 96.21 | 179.8 | 164.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 52 | 188 | 0.21 | 0.72 | 0 | 0.26 | 282.35 | 0.57 | 0.47 |
| Hex | 94 | 34 | BC | 15 | 48 | 0 | 1A | 11A | 39 | 2F |
| Octal | 224 | 64 | 274 | 25 | 110 | 0 | 32 | 432 | 71 | 57 |
| Binary | 10010100 | 110100 | 10111100 | 10101 | 1001000 | 0 | 11010 | 100011010 | 111001 | 101111 |
Color Harmonies of #9434BC
Complementary color
Monochromatic Colors of #9434BC
Black with #9434BC
Text Example
Text Example
White with #9434BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9434BC; }
p { color: rgb(148,52,188); }
H1.HeaderClassName
{
color: #9434BC;
}
.AnyTagClassName
{
color: #9434BC;
}
</style>
background-color css
<style>
a { background-color: #9434BC; }
a { background-color: rgb(148,52,188); }
div.DivClassName
{
background-color: #9434BC;
}
.BgClassName
{
background-color: #9434BC;
}
</style>
border-color css
<style>
span { border-color: #9434BC; }
span { border-color: rgb(148,52,188); }
td.TdClassName
{
border-color: #9434BC;
}
.TagClassName
{
border-color: #9434BC;
}
</style>