Shades of Dark Orchid #933FCC
Tints of Dark Orchid #933FCC
RGB
CMYK
RGB Variations
Color information
#933FCC (or 0x933FCC) is known color: Dark Orchid. HEX triplet: 93, 3F and CC. RGB value is (147,63,204). Sum of RGB (Red+Green+Blue) = 147+63+204=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #933FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FCC is #6CC033. Grayscale: #676767. Windows color (decimal): -7127092 or 13385619. OLE color: 13385619.
HSL color Cylindrical-coordinate representation of color #933FCC: hue angle of 275.74º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933FCC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 63 | 204 | - |
| CMYK | 0.28 | 0.69 | 0 | 0.2 |
| HSL | 275.74º | 0.58% | 0.52% | - |
| HSV(B) | 275.74º | 0.69% | 0.8% | - |
| XYZ | 24.71 | 14.12 | 58.55 | - |
| YUV | 104.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 204 | 0.28 | 0.69 | 0 | 0.2 | 275.74 | 0.58 | 0.52 |
| Hex | 93 | 3F | CC | 1C | 45 | 0 | 14 | 114 | 3A | 34 |
| Octal | 223 | 77 | 314 | 34 | 105 | 0 | 24 | 424 | 72 | 64 |
| Binary | 10010011 | 111111 | 11001100 | 11100 | 1000101 | 0 | 10100 | 100010100 | 111010 | 110100 |
Color Harmonies of #933FCC
Complementary color
Monochromatic Colors of #933FCC
Black with #933FCC
Text Example
Text Example
White with #933FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FCC; }
p { color: rgb(147,63,204); }
H1.HeaderClassName
{
color: #933FCC;
}
.AnyTagClassName
{
color: #933FCC;
}
</style>
background-color css
<style>
a { background-color: #933FCC; }
a { background-color: rgb(147,63,204); }
div.DivClassName
{
background-color: #933FCC;
}
.BgClassName
{
background-color: #933FCC;
}
</style>
border-color css
<style>
span { border-color: #933FCC; }
span { border-color: rgb(147,63,204); }
td.TdClassName
{
border-color: #933FCC;
}
.TagClassName
{
border-color: #933FCC;
}
</style>