Shades of Dark Orchid #9332BE
Tints of Dark Orchid #9332BE
RGB
CMYK
RGB Variations
Color information
#9332BE (or 0x9332BE) is known color: Dark Orchid. HEX triplet: 93, 32 and BE. RGB value is (147,50,190). Sum of RGB (Red+Green+Blue) = 147+50+190=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 50 (19.92% from 255 or 12.92% from 387); Blue value is 190 (74.61% from 255 or 49.10% from 387); Max value from RGB is 190 - color contains mainly: blue. Hex color #9332BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9332BE is #6CCD41. Grayscale: #5E5E5E. Windows color (decimal): -7130434 or 12464787. OLE color: 12464787.
HSL color Cylindrical-coordinate representation of color #9332BE: hue angle of 281.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9332BE is Cyan = 0.23, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 50 | 190 | - |
| CMYK | 0.23 | 0.74 | 0 | 0.25 |
| HSL | 281.57º | 0.58% | 0.47% | - |
| HSV(B) | 281.57º | 0.74% | 0.75% | - |
| XYZ | 22.47 | 12.2 | 49.89 | - |
| YUV | 94.96 | 181.64 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 50 | 190 | 0.23 | 0.74 | 0 | 0.25 | 281.57 | 0.58 | 0.47 |
| Hex | 93 | 32 | BE | 17 | 4A | 0 | 19 | 11A | 3A | 2F |
| Octal | 223 | 62 | 276 | 27 | 112 | 0 | 31 | 432 | 72 | 57 |
| Binary | 10010011 | 110010 | 10111110 | 10111 | 1001010 | 0 | 11001 | 100011010 | 111010 | 101111 |
Color Harmonies of #9332BE
Complementary color
Monochromatic Colors of #9332BE
Black with #9332BE
Text Example
Text Example
White with #9332BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9332BE; }
p { color: rgb(147,50,190); }
H1.HeaderClassName
{
color: #9332BE;
}
.AnyTagClassName
{
color: #9332BE;
}
</style>
background-color css
<style>
a { background-color: #9332BE; }
a { background-color: rgb(147,50,190); }
div.DivClassName
{
background-color: #9332BE;
}
.BgClassName
{
background-color: #9332BE;
}
</style>
border-color css
<style>
span { border-color: #9332BE; }
span { border-color: rgb(147,50,190); }
td.TdClassName
{
border-color: #9332BE;
}
.TagClassName
{
border-color: #9332BE;
}
</style>