Shades of Dark Orchid #933CBF
Tints of Dark Orchid #933CBF
RGB
CMYK
RGB Variations
Color information
#933CBF (or 0x933CBF) is known color: Dark Orchid. HEX triplet: 93, 3C and BF. RGB value is (147,60,191). Sum of RGB (Red+Green+Blue) = 147+60+191=398 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.93% from 398); Green value is 60 (23.83% from 255 or 15.08% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #933CBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CBF is #6CC340. Grayscale: #646464. Windows color (decimal): -7127873 or 12532883. OLE color: 12532883.
HSL color Cylindrical-coordinate representation of color #933CBF: hue angle of 279.85º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933CBF is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 60 | 191 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.25 |
| HSL | 279.85º | 0.52% | 0.49% | - |
| HSV(B) | 279.85º | 0.69% | 0.75% | - |
| XYZ | 23.05 | 13.2 | 50.62 | - |
| YUV | 100.95 | 178.82 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 191 | 0.23 | 0.69 | 0 | 0.25 | 279.85 | 0.52 | 0.49 |
| Hex | 93 | 3C | BF | 17 | 45 | 0 | 19 | 118 | 34 | 31 |
| Octal | 223 | 74 | 277 | 27 | 105 | 0 | 31 | 430 | 64 | 61 |
| Binary | 10010011 | 111100 | 10111111 | 10111 | 1000101 | 0 | 11001 | 100011000 | 110100 | 110001 |
Color Harmonies of #933CBF
Complementary color
Monochromatic Colors of #933CBF
Black with #933CBF
Text Example
Text Example
White with #933CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CBF; }
p { color: rgb(147,60,191); }
H1.HeaderClassName
{
color: #933CBF;
}
.AnyTagClassName
{
color: #933CBF;
}
</style>
background-color css
<style>
a { background-color: #933CBF; }
a { background-color: rgb(147,60,191); }
div.DivClassName
{
background-color: #933CBF;
}
.BgClassName
{
background-color: #933CBF;
}
</style>
border-color css
<style>
span { border-color: #933CBF; }
span { border-color: rgb(147,60,191); }
td.TdClassName
{
border-color: #933CBF;
}
.TagClassName
{
border-color: #933CBF;
}
</style>