Shades of Dark Orchid #933CBD
Tints of Dark Orchid #933CBD
RGB
CMYK
RGB Variations
Color information
#933CBD (or 0x933CBD) is known color: Dark Orchid. HEX triplet: 93, 3C and BD. RGB value is (147,60,189). Sum of RGB (Red+Green+Blue) = 147+60+189=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #933CBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933CBD is #6CC342. Grayscale: #646464. Windows color (decimal): -7127875 or 12401811. OLE color: 12401811.
HSL color Cylindrical-coordinate representation of color #933CBD: hue angle of 280.47º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #933CBD is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 60 | 189 | - |
| CMYK | 0.22 | 0.68 | 0 | 0.26 |
| HSL | 280.47º | 0.52% | 0.49% | - |
| HSV(B) | 280.47º | 0.68% | 0.74% | - |
| XYZ | 22.83 | 13.11 | 49.47 | - |
| YUV | 100.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 189 | 0.22 | 0.68 | 0 | 0.26 | 280.47 | 0.52 | 0.49 |
| Hex | 93 | 3C | BD | 16 | 44 | 0 | 1A | 118 | 34 | 31 |
| Octal | 223 | 74 | 275 | 26 | 104 | 0 | 32 | 430 | 64 | 61 |
| Binary | 10010011 | 111100 | 10111101 | 10110 | 1000100 | 0 | 11010 | 100011000 | 110100 | 110001 |
Color Harmonies of #933CBD
Complementary color
Monochromatic Colors of #933CBD
Black with #933CBD
Text Example
Text Example
White with #933CBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933CBD; }
p { color: rgb(147,60,189); }
H1.HeaderClassName
{
color: #933CBD;
}
.AnyTagClassName
{
color: #933CBD;
}
</style>
background-color css
<style>
a { background-color: #933CBD; }
a { background-color: rgb(147,60,189); }
div.DivClassName
{
background-color: #933CBD;
}
.BgClassName
{
background-color: #933CBD;
}
</style>
border-color css
<style>
span { border-color: #933CBD; }
span { border-color: rgb(147,60,189); }
td.TdClassName
{
border-color: #933CBD;
}
.TagClassName
{
border-color: #933CBD;
}
</style>