Shades of Dark Orchid #9341CE
Tints of Dark Orchid #9341CE
RGB
CMYK
RGB Variations
Color information
#9341CE (or 0x9341CE) is known color: Dark Orchid. HEX triplet: 93, 41 and CE. RGB value is (147,65,206). Sum of RGB (Red+Green+Blue) = 147+65+206=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 65 (25.78% from 255 or 15.55% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #9341CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341CE is #6CBE31. Grayscale: #696969. Windows color (decimal): -7126578 or 13517203. OLE color: 13517203.
HSL color Cylindrical-coordinate representation of color #9341CE: hue angle of 274.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9341CE is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 65 | 206 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.19 |
| HSL | 274.89º | 0.59% | 0.53% | - |
| HSV(B) | 274.89º | 0.68% | 0.81% | - |
| XYZ | 25.06 | 14.44 | 59.86 | - |
| YUV | 105.59 | 184.67 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 206 | 0.29 | 0.68 | 0 | 0.19 | 274.89 | 0.59 | 0.53 |
| Hex | 93 | 41 | CE | 1D | 44 | 0 | 13 | 113 | 3B | 35 |
| Octal | 223 | 101 | 316 | 35 | 104 | 0 | 23 | 423 | 73 | 65 |
| Binary | 10010011 | 1000001 | 11001110 | 11101 | 1000100 | 0 | 10011 | 100010011 | 111011 | 110101 |
Color Harmonies of #9341CE
Complementary color
Monochromatic Colors of #9341CE
Black with #9341CE
Text Example
Text Example
White with #9341CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341CE; }
p { color: rgb(147,65,206); }
H1.HeaderClassName
{
color: #9341CE;
}
.AnyTagClassName
{
color: #9341CE;
}
</style>
background-color css
<style>
a { background-color: #9341CE; }
a { background-color: rgb(147,65,206); }
div.DivClassName
{
background-color: #9341CE;
}
.BgClassName
{
background-color: #9341CE;
}
</style>
border-color css
<style>
span { border-color: #9341CE; }
span { border-color: rgb(147,65,206); }
td.TdClassName
{
border-color: #9341CE;
}
.TagClassName
{
border-color: #9341CE;
}
</style>