Shades of Dark Orchid #9346CB
Tints of Dark Orchid #9346CB
RGB
CMYK
RGB Variations
Color information
#9346CB (or 0x9346CB) is known color: Dark Orchid. HEX triplet: 93, 46 and CB. RGB value is (147,70,203). Sum of RGB (Red+Green+Blue) = 147+70+203=420 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #9346CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9346CB is #6CB934. Grayscale: #6B6B6B. Windows color (decimal): -7125301 or 13321875. OLE color: 13321875.
HSL color Cylindrical-coordinate representation of color #9346CB: hue angle of 274.74º degrees, saturation: 0.56, 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 #9346CB is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 70 | 203 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.20 |
| HSL | 274.74º | 0.56% | 0.54% | - |
| HSV(B) | 274.74º | 0.66% | 0.8% | - |
| XYZ | 25 | 14.9 | 58.06 | - |
| YUV | 108.19 | 181.51 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 203 | 0.28 | 0.66 | 0 | 0.20 | 274.74 | 0.56 | 0.54 |
| Hex | 93 | 46 | CB | 1C | 42 | 0 | 14 | 113 | 38 | 36 |
| Octal | 223 | 106 | 313 | 34 | 102 | 0 | 24 | 423 | 70 | 66 |
| Binary | 10010011 | 1000110 | 11001011 | 11100 | 1000010 | 0 | 10100 | 100010011 | 111000 | 110110 |
Color Harmonies of #9346CB
Complementary color
Monochromatic Colors of #9346CB
Black with #9346CB
Text Example
Text Example
White with #9346CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9346CB; }
p { color: rgb(147,70,203); }
H1.HeaderClassName
{
color: #9346CB;
}
.AnyTagClassName
{
color: #9346CB;
}
</style>
background-color css
<style>
a { background-color: #9346CB; }
a { background-color: rgb(147,70,203); }
div.DivClassName
{
background-color: #9346CB;
}
.BgClassName
{
background-color: #9346CB;
}
</style>
border-color css
<style>
span { border-color: #9346CB; }
span { border-color: rgb(147,70,203); }
td.TdClassName
{
border-color: #9346CB;
}
.TagClassName
{
border-color: #9346CB;
}
</style>