Shades of Dark Orchid #933DB8
Tints of Dark Orchid #933DB8
RGB
CMYK
RGB Variations
Color information
#933DB8 (or 0x933DB8) is known color: Dark Orchid. HEX triplet: 93, 3D and B8. RGB value is (147,61,184). Sum of RGB (Red+Green+Blue) = 147+61+184=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #933DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933DB8 is #6CC247. Grayscale: #646464. Windows color (decimal): -7127624 or 12074387. OLE color: 12074387.
HSL color Cylindrical-coordinate representation of color #933DB8: hue angle of 281.95º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933DB8 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 147 | 61 | 184 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.28 |
| HSL | 281.95º | 0.5% | 0.48% | - |
| HSV(B) | 281.95º | 0.67% | 0.72% | - |
| XYZ | 22.35 | 13 | 46.68 | - |
| YUV | 100.74 | 174.99 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 61 | 184 | 0.20 | 0.67 | 0 | 0.28 | 281.95 | 0.5 | 0.48 |
| Hex | 93 | 3D | B8 | 14 | 43 | 0 | 1C | 11A | 32 | 30 |
| Octal | 223 | 75 | 270 | 24 | 103 | 0 | 34 | 432 | 62 | 60 |
| Binary | 10010011 | 111101 | 10111000 | 10100 | 1000011 | 0 | 11100 | 100011010 | 110010 | 110000 |
Color Harmonies of #933DB8
Complementary color
Monochromatic Colors of #933DB8
Black with #933DB8
Text Example
Text Example
White with #933DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933DB8; }
p { color: rgb(147,61,184); }
H1.HeaderClassName
{
color: #933DB8;
}
.AnyTagClassName
{
color: #933DB8;
}
</style>
background-color css
<style>
a { background-color: #933DB8; }
a { background-color: rgb(147,61,184); }
div.DivClassName
{
background-color: #933DB8;
}
.BgClassName
{
background-color: #933DB8;
}
</style>
border-color css
<style>
span { border-color: #933DB8; }
span { border-color: rgb(147,61,184); }
td.TdClassName
{
border-color: #933DB8;
}
.TagClassName
{
border-color: #933DB8;
}
</style>