Shades of Dark Orchid #933DDA
Tints of Dark Orchid #933DDA
RGB
CMYK
RGB Variations
Color information
#933DDA (or 0x933DDA) is known color: Dark Orchid. HEX triplet: 93, 3D and DA. RGB value is (147,61,218). Sum of RGB (Red+Green+Blue) = 147+61+218=426 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.51% from 426); Green value is 61 (24.22% from 255 or 14.32% from 426); Blue value is 218 (85.55% from 255 or 51.17% from 426); Max value from RGB is 218 - color contains mainly: blue. Hex color #933DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DDA is #6CC225. Grayscale: #686868. Windows color (decimal): -7127590 or 14302611. OLE color: 14302611.
HSL color Cylindrical-coordinate representation of color #933DDA: hue angle of 272.87º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #933DDA is Cyan = 0.33, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 61 | 218 | - |
| CMYK | 0.33 | 0.72 | 0 | 0.15 |
| HSL | 272.87º | 0.68% | 0.55% | - |
| HSV(B) | 272.87º | 0.72% | 0.85% | - |
| XYZ | 26.36 | 14.6 | 67.76 | - |
| YUV | 104.61 | 191.99 | 158.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 218 | 0.33 | 0.72 | 0 | 0.15 | 272.87 | 0.68 | 0.55 |
| Hex | 93 | 3D | DA | 21 | 48 | 0 | F | 111 | 44 | 37 |
| Octal | 223 | 75 | 332 | 41 | 110 | 0 | 17 | 421 | 104 | 67 |
| Binary | 10010011 | 111101 | 11011010 | 100001 | 1001000 | 0 | 1111 | 100010001 | 1000100 | 110111 |
Color Harmonies of #933DDA
Complementary color
Monochromatic Colors of #933DDA
Black with #933DDA
Text Example
Text Example
White with #933DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933DDA; }
p { color: rgb(147,61,218); }
H1.HeaderClassName
{
color: #933DDA;
}
.AnyTagClassName
{
color: #933DDA;
}
</style>
background-color css
<style>
a { background-color: #933DDA; }
a { background-color: rgb(147,61,218); }
div.DivClassName
{
background-color: #933DDA;
}
.BgClassName
{
background-color: #933DDA;
}
</style>
border-color css
<style>
span { border-color: #933DDA; }
span { border-color: rgb(147,61,218); }
td.TdClassName
{
border-color: #933DDA;
}
.TagClassName
{
border-color: #933DDA;
}
</style>