Shades of Dark Orchid #933BDA
Tints of Dark Orchid #933BDA
RGB
CMYK
RGB Variations
Color information
#933BDA (or 0x933BDA) is known color: Dark Orchid. HEX triplet: 93, 3B and DA. RGB value is (147,59,218). Sum of RGB (Red+Green+Blue) = 147+59+218=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 59 (23.44% from 255 or 13.92% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #933BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933BDA is #6CC425. Grayscale: #666666. Windows color (decimal): -7128102 or 14302099. OLE color: 14302099.
HSL color Cylindrical-coordinate representation of color #933BDA: hue angle of 273.21º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #933BDA is Cyan = 0.33, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 59 | 218 | - |
| CMYK | 0.33 | 0.73 | 0 | 0.15 |
| HSL | 273.21º | 0.68% | 0.54% | - |
| HSV(B) | 273.21º | 0.73% | 0.85% | - |
| XYZ | 26.25 | 14.39 | 67.72 | - |
| YUV | 103.44 | 192.65 | 159.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 59 | 218 | 0.33 | 0.73 | 0 | 0.15 | 273.21 | 0.68 | 0.54 |
| Hex | 93 | 3B | DA | 21 | 49 | 0 | F | 111 | 44 | 36 |
| Octal | 223 | 73 | 332 | 41 | 111 | 0 | 17 | 421 | 104 | 66 |
| Binary | 10010011 | 111011 | 11011010 | 100001 | 1001001 | 0 | 1111 | 100010001 | 1000100 | 110110 |
Color Harmonies of #933BDA
Complementary color
Monochromatic Colors of #933BDA
Black with #933BDA
Text Example
Text Example
White with #933BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933BDA; }
p { color: rgb(147,59,218); }
H1.HeaderClassName
{
color: #933BDA;
}
.AnyTagClassName
{
color: #933BDA;
}
</style>
background-color css
<style>
a { background-color: #933BDA; }
a { background-color: rgb(147,59,218); }
div.DivClassName
{
background-color: #933BDA;
}
.BgClassName
{
background-color: #933BDA;
}
</style>
border-color css
<style>
span { border-color: #933BDA; }
span { border-color: rgb(147,59,218); }
td.TdClassName
{
border-color: #933BDA;
}
.TagClassName
{
border-color: #933BDA;
}
</style>