Shades of Dark Orchid #9343CB
Tints of Dark Orchid #9343CB
RGB
CMYK
RGB Variations
Color information
#9343CB (or 0x9343CB) is known color: Dark Orchid. HEX triplet: 93, 43 and CB. RGB value is (147,67,203). Sum of RGB (Red+Green+Blue) = 147+67+203=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 67 (26.56% from 255 or 16.07% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #9343CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9343CB is #6CBC34. Grayscale: #696969. Windows color (decimal): -7126069 or 13321107. OLE color: 13321107.
HSL color Cylindrical-coordinate representation of color #9343CB: hue angle of 275.29º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9343CB is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 147 | 67 | 203 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.20 |
| HSL | 275.29º | 0.57% | 0.53% | - |
| HSV(B) | 275.29º | 0.67% | 0.8% | - |
| XYZ | 24.82 | 14.53 | 58 | - |
| YUV | 106.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 203 | 0.28 | 0.67 | 0 | 0.20 | 275.29 | 0.57 | 0.53 |
| Hex | 93 | 43 | CB | 1C | 43 | 0 | 14 | 113 | 39 | 35 |
| Octal | 223 | 103 | 313 | 34 | 103 | 0 | 24 | 423 | 71 | 65 |
| Binary | 10010011 | 1000011 | 11001011 | 11100 | 1000011 | 0 | 10100 | 100010011 | 111001 | 110101 |
Color Harmonies of #9343CB
Complementary color
Monochromatic Colors of #9343CB
Black with #9343CB
Text Example
Text Example
White with #9343CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343CB; }
p { color: rgb(147,67,203); }
H1.HeaderClassName
{
color: #9343CB;
}
.AnyTagClassName
{
color: #9343CB;
}
</style>
background-color css
<style>
a { background-color: #9343CB; }
a { background-color: rgb(147,67,203); }
div.DivClassName
{
background-color: #9343CB;
}
.BgClassName
{
background-color: #9343CB;
}
</style>
border-color css
<style>
span { border-color: #9343CB; }
span { border-color: rgb(147,67,203); }
td.TdClassName
{
border-color: #9343CB;
}
.TagClassName
{
border-color: #9343CB;
}
</style>