Shades of Dark Orchid #932DD5
Tints of Dark Orchid #932DD5
RGB
CMYK
RGB Variations
Color information
#932DD5 (or 0x932DD5) is known color: Dark Orchid. HEX triplet: 93, 2D and D5. RGB value is (147,45,213). Sum of RGB (Red+Green+Blue) = 147+45+213=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 213 (83.59% from 255 or 52.59% from 405); Max value from RGB is 213 - color contains mainly: blue. Hex color #932DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DD5 is #6CD22A. Grayscale: #5E5E5E. Windows color (decimal): -7131691 or 13970835. OLE color: 13970835.
HSL color Cylindrical-coordinate representation of color #932DD5: hue angle of 276.43º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #932DD5 is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 45 | 213 | - |
| CMYK | 0.31 | 0.79 | 0 | 0.16 |
| HSL | 276.43º | 0.67% | 0.51% | - |
| HSV(B) | 276.43º | 0.79% | 0.84% | - |
| XYZ | 24.98 | 12.88 | 64.12 | - |
| YUV | 94.65 | 194.79 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 213 | 0.31 | 0.79 | 0 | 0.16 | 276.43 | 0.67 | 0.51 |
| Hex | 93 | 2D | D5 | 1F | 4F | 0 | 10 | 114 | 43 | 33 |
| Octal | 223 | 55 | 325 | 37 | 117 | 0 | 20 | 424 | 103 | 63 |
| Binary | 10010011 | 101101 | 11010101 | 11111 | 1001111 | 0 | 10000 | 100010100 | 1000011 | 110011 |
Color Harmonies of #932DD5
Complementary color
Monochromatic Colors of #932DD5
Black with #932DD5
Text Example
Text Example
White with #932DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932DD5; }
p { color: rgb(147,45,213); }
H1.HeaderClassName
{
color: #932DD5;
}
.AnyTagClassName
{
color: #932DD5;
}
</style>
background-color css
<style>
a { background-color: #932DD5; }
a { background-color: rgb(147,45,213); }
div.DivClassName
{
background-color: #932DD5;
}
.BgClassName
{
background-color: #932DD5;
}
</style>
border-color css
<style>
span { border-color: #932DD5; }
span { border-color: rgb(147,45,213); }
td.TdClassName
{
border-color: #932DD5;
}
.TagClassName
{
border-color: #932DD5;
}
</style>