Shades of Dark Orchid #9339CB
Tints of Dark Orchid #9339CB
RGB
CMYK
RGB Variations
Color information
#9339CB (or 0x9339CB) is known color: Dark Orchid. HEX triplet: 93, 39 and CB. RGB value is (147,57,203). Sum of RGB (Red+Green+Blue) = 147+57+203=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 57 (22.66% from 255 or 14.00% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #9339CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9339CB is #6CC634. Grayscale: #646464. Windows color (decimal): -7128629 or 13318547. OLE color: 13318547.
HSL color Cylindrical-coordinate representation of color #9339CB: hue angle of 276.99º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9339CB is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 57 | 203 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.20 |
| HSL | 276.99º | 0.58% | 0.51% | - |
| HSV(B) | 276.99º | 0.72% | 0.8% | - |
| XYZ | 24.28 | 13.44 | 57.81 | - |
| YUV | 100.55 | 185.82 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 57 | 203 | 0.28 | 0.72 | 0 | 0.20 | 276.99 | 0.58 | 0.51 |
| Hex | 93 | 39 | CB | 1C | 48 | 0 | 14 | 115 | 3A | 33 |
| Octal | 223 | 71 | 313 | 34 | 110 | 0 | 24 | 425 | 72 | 63 |
| Binary | 10010011 | 111001 | 11001011 | 11100 | 1001000 | 0 | 10100 | 100010101 | 111010 | 110011 |
Color Harmonies of #9339CB
Complementary color
Monochromatic Colors of #9339CB
Black with #9339CB
Text Example
Text Example
White with #9339CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9339CB; }
p { color: rgb(147,57,203); }
H1.HeaderClassName
{
color: #9339CB;
}
.AnyTagClassName
{
color: #9339CB;
}
</style>
background-color css
<style>
a { background-color: #9339CB; }
a { background-color: rgb(147,57,203); }
div.DivClassName
{
background-color: #9339CB;
}
.BgClassName
{
background-color: #9339CB;
}
</style>
border-color css
<style>
span { border-color: #9339CB; }
span { border-color: rgb(147,57,203); }
td.TdClassName
{
border-color: #9339CB;
}
.TagClassName
{
border-color: #9339CB;
}
</style>