Shades of Dark Orchid #932FD1
Tints of Dark Orchid #932FD1
RGB
CMYK
RGB Variations
Color information
#932FD1 (or 0x932FD1) is known color: Dark Orchid. HEX triplet: 93, 2F and D1. RGB value is (147,47,209). Sum of RGB (Red+Green+Blue) = 147+47+209=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 47 (18.75% from 255 or 11.66% from 403); Blue value is 209 (82.03% from 255 or 51.86% from 403); Max value from RGB is 209 - color contains mainly: blue. Hex color #932FD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932FD1 is #6CD02E. Grayscale: #5E5E5E. Windows color (decimal): -7131183 or 13709203. OLE color: 13709203.
HSL color Cylindrical-coordinate representation of color #932FD1: hue angle of 277.04º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #932FD1 is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 47 | 209 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.18 |
| HSL | 277.04º | 0.64% | 0.5% | - |
| HSV(B) | 277.04º | 0.78% | 0.82% | - |
| XYZ | 24.56 | 12.84 | 61.51 | - |
| YUV | 95.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 47 | 209 | 0.30 | 0.78 | 0 | 0.18 | 277.04 | 0.64 | 0.5 |
| Hex | 93 | 2F | D1 | 1E | 4E | 0 | 12 | 115 | 40 | 32 |
| Octal | 223 | 57 | 321 | 36 | 116 | 0 | 22 | 425 | 100 | 62 |
| Binary | 10010011 | 101111 | 11010001 | 11110 | 1001110 | 0 | 10010 | 100010101 | 1000000 | 110010 |
Color Harmonies of #932FD1
Complementary color
Monochromatic Colors of #932FD1
Black with #932FD1
Text Example
Text Example
White with #932FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932FD1; }
p { color: rgb(147,47,209); }
H1.HeaderClassName
{
color: #932FD1;
}
.AnyTagClassName
{
color: #932FD1;
}
</style>
background-color css
<style>
a { background-color: #932FD1; }
a { background-color: rgb(147,47,209); }
div.DivClassName
{
background-color: #932FD1;
}
.BgClassName
{
background-color: #932FD1;
}
</style>
border-color css
<style>
span { border-color: #932FD1; }
span { border-color: rgb(147,47,209); }
td.TdClassName
{
border-color: #932FD1;
}
.TagClassName
{
border-color: #932FD1;
}
</style>