Shades of Dark Orchid #933FCF
Tints of Dark Orchid #933FCF
RGB
CMYK
RGB Variations
Color information
#933FCF (or 0x933FCF) is known color: Dark Orchid. HEX triplet: 93, 3F and CF. RGB value is (147,63,207). Sum of RGB (Red+Green+Blue) = 147+63+207=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 63 (25% from 255 or 15.11% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #933FCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933FCF is #6CC030. Grayscale: #686868. Windows color (decimal): -7127089 or 13582227. OLE color: 13582227.
HSL color Cylindrical-coordinate representation of color #933FCF: hue angle of 275º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #933FCF is Cyan = 0.29, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 63 | 207 | - |
| CMYK | 0.29 | 0.70 | 0 | 0.19 |
| HSL | 275º | 0.6% | 0.53% | - |
| HSV(B) | 275º | 0.7% | 0.81% | - |
| XYZ | 25.07 | 14.26 | 60.46 | - |
| YUV | 104.53 | 185.83 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 63 | 207 | 0.29 | 0.70 | 0 | 0.19 | 275 | 0.6 | 0.53 |
| Hex | 93 | 3F | CF | 1D | 46 | 0 | 13 | 113 | 3C | 35 |
| Octal | 223 | 77 | 317 | 35 | 106 | 0 | 23 | 423 | 74 | 65 |
| Binary | 10010011 | 111111 | 11001111 | 11101 | 1000110 | 0 | 10011 | 100010011 | 111100 | 110101 |
Color Harmonies of #933FCF
Complementary color
Monochromatic Colors of #933FCF
Black with #933FCF
Text Example
Text Example
White with #933FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933FCF; }
p { color: rgb(147,63,207); }
H1.HeaderClassName
{
color: #933FCF;
}
.AnyTagClassName
{
color: #933FCF;
}
</style>
background-color css
<style>
a { background-color: #933FCF; }
a { background-color: rgb(147,63,207); }
div.DivClassName
{
background-color: #933FCF;
}
.BgClassName
{
background-color: #933FCF;
}
</style>
border-color css
<style>
span { border-color: #933FCF; }
span { border-color: rgb(147,63,207); }
td.TdClassName
{
border-color: #933FCF;
}
.TagClassName
{
border-color: #933FCF;
}
</style>