Shades of Dark Orchid #9347CB
Tints of Dark Orchid #9347CB
RGB
CMYK
RGB Variations
Color information
#9347CB (or 0x9347CB) is known color: Dark Orchid. HEX triplet: 93, 47 and CB. RGB value is (147,71,203). Sum of RGB (Red+Green+Blue) = 147+71+203=421 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.92% from 421); Green value is 71 (28.12% from 255 or 16.86% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #9347CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9347CB is #6CB834. Grayscale: #6C6C6C. Windows color (decimal): -7125045 or 13322131. OLE color: 13322131.
HSL color Cylindrical-coordinate representation of color #9347CB: hue angle of 274.55º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9347CB is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 71 | 203 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.20 |
| HSL | 274.55º | 0.56% | 0.54% | - |
| HSV(B) | 274.55º | 0.65% | 0.8% | - |
| XYZ | 25.07 | 15.02 | 58.08 | - |
| YUV | 108.77 | 181.18 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 71 | 203 | 0.28 | 0.65 | 0 | 0.20 | 274.55 | 0.56 | 0.54 |
| Hex | 93 | 47 | CB | 1C | 41 | 0 | 14 | 113 | 38 | 36 |
| Octal | 223 | 107 | 313 | 34 | 101 | 0 | 24 | 423 | 70 | 66 |
| Binary | 10010011 | 1000111 | 11001011 | 11100 | 1000001 | 0 | 10100 | 100010011 | 111000 | 110110 |
Color Harmonies of #9347CB
Complementary color
Monochromatic Colors of #9347CB
Black with #9347CB
Text Example
Text Example
White with #9347CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9347CB; }
p { color: rgb(147,71,203); }
H1.HeaderClassName
{
color: #9347CB;
}
.AnyTagClassName
{
color: #9347CB;
}
</style>
background-color css
<style>
a { background-color: #9347CB; }
a { background-color: rgb(147,71,203); }
div.DivClassName
{
background-color: #9347CB;
}
.BgClassName
{
background-color: #9347CB;
}
</style>
border-color css
<style>
span { border-color: #9347CB; }
span { border-color: rgb(147,71,203); }
td.TdClassName
{
border-color: #9347CB;
}
.TagClassName
{
border-color: #9347CB;
}
</style>