Shades of Dark Orchid #932FBD
Tints of Dark Orchid #932FBD
RGB
CMYK
RGB Variations
Color information
#932FBD (or 0x932FBD) is known color: Dark Orchid. HEX triplet: 93, 2F and BD. RGB value is (147,47,189). Sum of RGB (Red+Green+Blue) = 147+47+189=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 47 (18.75% from 255 or 12.27% from 383); Blue value is 189 (74.22% from 255 or 49.35% from 383); Max value from RGB is 189 - color contains mainly: blue. Hex color #932FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932FBD is #6CD042. Grayscale: #5C5C5C. Windows color (decimal): -7131203 or 12398483. OLE color: 12398483.
HSL color Cylindrical-coordinate representation of color #932FBD: hue angle of 282.25º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #932FBD is Cyan = 0.22, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 47 | 189 | - |
| CMYK | 0.22 | 0.75 | 0 | 0.26 |
| HSL | 282.25º | 0.6% | 0.46% | - |
| HSV(B) | 282.25º | 0.75% | 0.74% | - |
| XYZ | 22.23 | 11.91 | 49.27 | - |
| YUV | 93.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 189 | 0.22 | 0.75 | 0 | 0.26 | 282.25 | 0.6 | 0.46 |
| Hex | 93 | 2F | BD | 16 | 4B | 0 | 1A | 11A | 3C | 2E |
| Octal | 223 | 57 | 275 | 26 | 113 | 0 | 32 | 432 | 74 | 56 |
| Binary | 10010011 | 101111 | 10111101 | 10110 | 1001011 | 0 | 11010 | 100011010 | 111100 | 101110 |
Color Harmonies of #932FBD
Complementary color
Monochromatic Colors of #932FBD
Black with #932FBD
Text Example
Text Example
White with #932FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932FBD; }
p { color: rgb(147,47,189); }
H1.HeaderClassName
{
color: #932FBD;
}
.AnyTagClassName
{
color: #932FBD;
}
</style>
background-color css
<style>
a { background-color: #932FBD; }
a { background-color: rgb(147,47,189); }
div.DivClassName
{
background-color: #932FBD;
}
.BgClassName
{
background-color: #932FBD;
}
</style>
border-color css
<style>
span { border-color: #932FBD; }
span { border-color: rgb(147,47,189); }
td.TdClassName
{
border-color: #932FBD;
}
.TagClassName
{
border-color: #932FBD;
}
</style>