Shades of Dark Orchid #9341CC
Tints of Dark Orchid #9341CC
RGB
CMYK
RGB Variations
Color information
#9341CC (or 0x9341CC) is known color: Dark Orchid. HEX triplet: 93, 41 and CC. RGB value is (147,65,204). Sum of RGB (Red+Green+Blue) = 147+65+204=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 204 (80.08% from 255 or 49.04% from 416); Max value from RGB is 204 - color contains mainly: blue. Hex color #9341CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9341CC is #6CBE33. Grayscale: #686868. Windows color (decimal): -7126580 or 13386131. OLE color: 13386131.
HSL color Cylindrical-coordinate representation of color #9341CC: hue angle of 275.4º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9341CC is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 65 | 204 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.2 |
| HSL | 275.4º | 0.58% | 0.53% | - |
| HSV(B) | 275.4º | 0.68% | 0.8% | - |
| XYZ | 24.82 | 14.34 | 58.59 | - |
| YUV | 105.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 65 | 204 | 0.28 | 0.68 | 0 | 0.2 | 275.4 | 0.58 | 0.53 |
| Hex | 93 | 41 | CC | 1C | 44 | 0 | 14 | 113 | 3A | 35 |
| Octal | 223 | 101 | 314 | 34 | 104 | 0 | 24 | 423 | 72 | 65 |
| Binary | 10010011 | 1000001 | 11001100 | 11100 | 1000100 | 0 | 10100 | 100010011 | 111010 | 110101 |
Color Harmonies of #9341CC
Complementary color
Monochromatic Colors of #9341CC
Black with #9341CC
Text Example
Text Example
White with #9341CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9341CC; }
p { color: rgb(147,65,204); }
H1.HeaderClassName
{
color: #9341CC;
}
.AnyTagClassName
{
color: #9341CC;
}
</style>
background-color css
<style>
a { background-color: #9341CC; }
a { background-color: rgb(147,65,204); }
div.DivClassName
{
background-color: #9341CC;
}
.BgClassName
{
background-color: #9341CC;
}
</style>
border-color css
<style>
span { border-color: #9341CC; }
span { border-color: rgb(147,65,204); }
td.TdClassName
{
border-color: #9341CC;
}
.TagClassName
{
border-color: #9341CC;
}
</style>