Shades of Dark Orchid #9346CC
Tints of Dark Orchid #9346CC
RGB
CMYK
RGB Variations
Color information
#9346CC (or 0x9346CC) is known color: Dark Orchid. HEX triplet: 93, 46 and CC. RGB value is (147,70,204). Sum of RGB (Red+Green+Blue) = 147+70+204=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #9346CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346CC is #6CB933. Grayscale: #6B6B6B. Windows color (decimal): -7125300 or 13387411. OLE color: 13387411.
HSL color Cylindrical-coordinate representation of color #9346CC: hue angle of 274.48º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9346CC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 70 | 204 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.2 |
| HSL | 274.48º | 0.57% | 0.54% | - |
| HSV(B) | 274.48º | 0.66% | 0.8% | - |
| XYZ | 25.12 | 14.94 | 58.69 | - |
| YUV | 108.3 | 182.01 | 155.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 204 | 0.28 | 0.66 | 0 | 0.2 | 274.48 | 0.57 | 0.54 |
| Hex | 93 | 46 | CC | 1C | 42 | 0 | 14 | 112 | 39 | 36 |
| Octal | 223 | 106 | 314 | 34 | 102 | 0 | 24 | 422 | 71 | 66 |
| Binary | 10010011 | 1000110 | 11001100 | 11100 | 1000010 | 0 | 10100 | 100010010 | 111001 | 110110 |
Color Harmonies of #9346CC
Complementary color
Monochromatic Colors of #9346CC
Black with #9346CC
Text Example
Text Example
White with #9346CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9346CC; }
p { color: rgb(147,70,204); }
H1.HeaderClassName
{
color: #9346CC;
}
.AnyTagClassName
{
color: #9346CC;
}
</style>
background-color css
<style>
a { background-color: #9346CC; }
a { background-color: rgb(147,70,204); }
div.DivClassName
{
background-color: #9346CC;
}
.BgClassName
{
background-color: #9346CC;
}
</style>
border-color css
<style>
span { border-color: #9346CC; }
span { border-color: rgb(147,70,204); }
td.TdClassName
{
border-color: #9346CC;
}
.TagClassName
{
border-color: #9346CC;
}
</style>