Shades of Dark Orchid #9345CC
Tints of Dark Orchid #9345CC
RGB
CMYK
RGB Variations
Color information
#9345CC (or 0x9345CC) is known color: Dark Orchid. HEX triplet: 93, 45 and CC. RGB value is (147,69,204). Sum of RGB (Red+Green+Blue) = 147+69+204=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 69 (27.34% from 255 or 16.43% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #9345CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9345CC is #6CBA33. Grayscale: #6B6B6B. Windows color (decimal): -7125556 or 13387155. OLE color: 13387155.
HSL color Cylindrical-coordinate representation of color #9345CC: hue angle of 274.67º 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 #9345CC is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 69 | 204 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.2 |
| HSL | 274.67º | 0.57% | 0.54% | - |
| HSV(B) | 274.67º | 0.66% | 0.8% | - |
| XYZ | 25.06 | 14.82 | 58.67 | - |
| YUV | 107.71 | 182.34 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 204 | 0.28 | 0.66 | 0 | 0.2 | 274.67 | 0.57 | 0.54 |
| Hex | 93 | 45 | CC | 1C | 42 | 0 | 14 | 113 | 39 | 36 |
| Octal | 223 | 105 | 314 | 34 | 102 | 0 | 24 | 423 | 71 | 66 |
| Binary | 10010011 | 1000101 | 11001100 | 11100 | 1000010 | 0 | 10100 | 100010011 | 111001 | 110110 |
Color Harmonies of #9345CC
Complementary color
Monochromatic Colors of #9345CC
Black with #9345CC
Text Example
Text Example
White with #9345CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9345CC; }
p { color: rgb(147,69,204); }
H1.HeaderClassName
{
color: #9345CC;
}
.AnyTagClassName
{
color: #9345CC;
}
</style>
background-color css
<style>
a { background-color: #9345CC; }
a { background-color: rgb(147,69,204); }
div.DivClassName
{
background-color: #9345CC;
}
.BgClassName
{
background-color: #9345CC;
}
</style>
border-color css
<style>
span { border-color: #9345CC; }
span { border-color: rgb(147,69,204); }
td.TdClassName
{
border-color: #9345CC;
}
.TagClassName
{
border-color: #9345CC;
}
</style>