Shades of Dark Orchid #933FC3
Tints of Dark Orchid #933FC3
RGB
CMYK
RGB Variations
Color information
#933FC3 (or 0x933FC3) is known color: Dark Orchid. HEX triplet: 93, 3F and C3. RGB value is (147,63,195). Sum of RGB (Red+Green+Blue) = 147+63+195=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 195 (76.56% from 255 or 48.15% from 405); Max value from RGB is 195 - color contains mainly: blue. Hex color #933FC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FC3 is #6CC03C. Grayscale: #666666. Windows color (decimal): -7127101 or 12795795. OLE color: 12795795.
HSL color Cylindrical-coordinate representation of color #933FC3: hue angle of 278.18º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #933FC3 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 63 | 195 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.24 |
| HSL | 278.18º | 0.52% | 0.51% | - |
| HSV(B) | 278.18º | 0.68% | 0.76% | - |
| XYZ | 23.66 | 13.7 | 53.03 | - |
| YUV | 103.16 | 179.83 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 195 | 0.25 | 0.68 | 0 | 0.24 | 278.18 | 0.52 | 0.51 |
| Hex | 93 | 3F | C3 | 19 | 44 | 0 | 18 | 116 | 34 | 33 |
| Octal | 223 | 77 | 303 | 31 | 104 | 0 | 30 | 426 | 64 | 63 |
| Binary | 10010011 | 111111 | 11000011 | 11001 | 1000100 | 0 | 11000 | 100010110 | 110100 | 110011 |
Color Harmonies of #933FC3
Complementary color
Monochromatic Colors of #933FC3
Black with #933FC3
Text Example
Text Example
White with #933FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FC3; }
p { color: rgb(147,63,195); }
H1.HeaderClassName
{
color: #933FC3;
}
.AnyTagClassName
{
color: #933FC3;
}
</style>
background-color css
<style>
a { background-color: #933FC3; }
a { background-color: rgb(147,63,195); }
div.DivClassName
{
background-color: #933FC3;
}
.BgClassName
{
background-color: #933FC3;
}
</style>
border-color css
<style>
span { border-color: #933FC3; }
span { border-color: rgb(147,63,195); }
td.TdClassName
{
border-color: #933FC3;
}
.TagClassName
{
border-color: #933FC3;
}
</style>