Shades of Dark Orchid #9334BE
Tints of Dark Orchid #9334BE
RGB
CMYK
RGB Variations
Color information
#9334BE (or 0x9334BE) is known color: Dark Orchid. HEX triplet: 93, 34 and BE. RGB value is (147,52,190). Sum of RGB (Red+Green+Blue) = 147+52+190=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 52 (20.70% from 255 or 13.37% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #9334BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9334BE is #6CCB41. Grayscale: #5F5F5F. Windows color (decimal): -7129922 or 12465299. OLE color: 12465299.
HSL color Cylindrical-coordinate representation of color #9334BE: hue angle of 281.3º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9334BE is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 52 | 190 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.25 |
| HSL | 281.3º | 0.57% | 0.47% | - |
| HSV(B) | 281.3º | 0.73% | 0.75% | - |
| XYZ | 22.55 | 12.38 | 49.92 | - |
| YUV | 96.14 | 180.97 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 190 | 0.23 | 0.73 | 0 | 0.25 | 281.3 | 0.57 | 0.47 |
| Hex | 93 | 34 | BE | 17 | 49 | 0 | 19 | 119 | 39 | 2F |
| Octal | 223 | 64 | 276 | 27 | 111 | 0 | 31 | 431 | 71 | 57 |
| Binary | 10010011 | 110100 | 10111110 | 10111 | 1001001 | 0 | 11001 | 100011001 | 111001 | 101111 |
Color Harmonies of #9334BE
Complementary color
Monochromatic Colors of #9334BE
Black with #9334BE
Text Example
Text Example
White with #9334BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9334BE; }
p { color: rgb(147,52,190); }
H1.HeaderClassName
{
color: #9334BE;
}
.AnyTagClassName
{
color: #9334BE;
}
</style>
background-color css
<style>
a { background-color: #9334BE; }
a { background-color: rgb(147,52,190); }
div.DivClassName
{
background-color: #9334BE;
}
.BgClassName
{
background-color: #9334BE;
}
</style>
border-color css
<style>
span { border-color: #9334BE; }
span { border-color: rgb(147,52,190); }
td.TdClassName
{
border-color: #9334BE;
}
.TagClassName
{
border-color: #9334BE;
}
</style>