Shades of Dark Orchid #9339CA
Tints of Dark Orchid #9339CA
RGB
CMYK
RGB Variations
Color information
#9339CA (or 0x9339CA) is known color: Dark Orchid. HEX triplet: 93, 39 and CA. RGB value is (147,57,202). Sum of RGB (Red+Green+Blue) = 147+57+202=406 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.21% from 406); Green value is 57 (22.66% from 255 or 14.04% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #9339CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339CA is #6CC635. Grayscale: #636363. Windows color (decimal): -7128630 or 13253011. OLE color: 13253011.
HSL color Cylindrical-coordinate representation of color #9339CA: hue angle of 277.24º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9339CA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 57 | 202 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.21 |
| HSL | 277.24º | 0.58% | 0.51% | - |
| HSV(B) | 277.24º | 0.72% | 0.79% | - |
| XYZ | 24.16 | 13.39 | 57.19 | - |
| YUV | 100.44 | 185.32 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 202 | 0.27 | 0.72 | 0 | 0.21 | 277.24 | 0.58 | 0.51 |
| Hex | 93 | 39 | CA | 1B | 48 | 0 | 15 | 115 | 3A | 33 |
| Octal | 223 | 71 | 312 | 33 | 110 | 0 | 25 | 425 | 72 | 63 |
| Binary | 10010011 | 111001 | 11001010 | 11011 | 1001000 | 0 | 10101 | 100010101 | 111010 | 110011 |
Color Harmonies of #9339CA
Complementary color
Monochromatic Colors of #9339CA
Black with #9339CA
Text Example
Text Example
White with #9339CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9339CA; }
p { color: rgb(147,57,202); }
H1.HeaderClassName
{
color: #9339CA;
}
.AnyTagClassName
{
color: #9339CA;
}
</style>
background-color css
<style>
a { background-color: #9339CA; }
a { background-color: rgb(147,57,202); }
div.DivClassName
{
background-color: #9339CA;
}
.BgClassName
{
background-color: #9339CA;
}
</style>
border-color css
<style>
span { border-color: #9339CA; }
span { border-color: rgb(147,57,202); }
td.TdClassName
{
border-color: #9339CA;
}
.TagClassName
{
border-color: #9339CA;
}
</style>