Shades of Dark Orchid #933DBB
Tints of Dark Orchid #933DBB
RGB
CMYK
RGB Variations
Color information
#933DBB (or 0x933DBB) is known color: Dark Orchid. HEX triplet: 93, 3D and BB. RGB value is (147,61,187). Sum of RGB (Red+Green+Blue) = 147+61+187=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 61 (24.22% from 255 or 15.44% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 187 - color contains mainly: blue. Hex color #933DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DBB is #6CC244. Grayscale: #646464. Windows color (decimal): -7127621 or 12270995. OLE color: 12270995.
HSL color Cylindrical-coordinate representation of color #933DBB: hue angle of 280.95º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933DBB is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 61 | 187 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.27 |
| HSL | 280.95º | 0.51% | 0.49% | - |
| HSV(B) | 280.95º | 0.67% | 0.73% | - |
| XYZ | 22.67 | 13.13 | 48.35 | - |
| YUV | 101.08 | 176.49 | 160.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 187 | 0.21 | 0.67 | 0 | 0.27 | 280.95 | 0.51 | 0.49 |
| Hex | 93 | 3D | BB | 15 | 43 | 0 | 1B | 119 | 33 | 31 |
| Octal | 223 | 75 | 273 | 25 | 103 | 0 | 33 | 431 | 63 | 61 |
| Binary | 10010011 | 111101 | 10111011 | 10101 | 1000011 | 0 | 11011 | 100011001 | 110011 | 110001 |
Color Harmonies of #933DBB
Complementary color
Monochromatic Colors of #933DBB
Black with #933DBB
Text Example
Text Example
White with #933DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933DBB; }
p { color: rgb(147,61,187); }
H1.HeaderClassName
{
color: #933DBB;
}
.AnyTagClassName
{
color: #933DBB;
}
</style>
background-color css
<style>
a { background-color: #933DBB; }
a { background-color: rgb(147,61,187); }
div.DivClassName
{
background-color: #933DBB;
}
.BgClassName
{
background-color: #933DBB;
}
</style>
border-color css
<style>
span { border-color: #933DBB; }
span { border-color: rgb(147,61,187); }
td.TdClassName
{
border-color: #933DBB;
}
.TagClassName
{
border-color: #933DBB;
}
</style>