Shades of Dark Orchid #9743C3
Tints of Dark Orchid #9743C3
RGB
CMYK
RGB Variations
Color information
#9743C3 (or 0x9743C3) is known color: Dark Orchid. HEX triplet: 97, 43 and C3. RGB value is (151,67,195). Sum of RGB (Red+Green+Blue) = 151+67+195=413 (54% of max value = 765). Red value is 151 (59.38% from 255 or 36.56% from 413); Green value is 67 (26.56% from 255 or 16.22% from 413); Blue value is 195 (76.56% from 255 or 47.22% from 413); Max value from RGB is 195 - color contains mainly: blue. Hex color #9743C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9743C3 is #68BC3C. Grayscale: #6A6A6A. Windows color (decimal): -6863933 or 12796823. OLE color: 12796823.
HSL color Cylindrical-coordinate representation of color #9743C3: hue angle of 279.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9743C3 is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 151 | 67 | 195 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.24 |
| HSL | 279.38º | 0.52% | 0.51% | - |
| HSV(B) | 279.38º | 0.66% | 0.76% | - |
| XYZ | 24.62 | 14.53 | 53.14 | - |
| YUV | 106.71 | 177.83 | 159.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 195 | 0.23 | 0.66 | 0 | 0.24 | 279.38 | 0.52 | 0.51 |
| Hex | 97 | 43 | C3 | 17 | 42 | 0 | 18 | 117 | 34 | 33 |
| Octal | 227 | 103 | 303 | 27 | 102 | 0 | 30 | 427 | 64 | 63 |
| Binary | 10010111 | 1000011 | 11000011 | 10111 | 1000010 | 0 | 11000 | 100010111 | 110100 | 110011 |
Color Harmonies of #9743C3
Complementary color
Monochromatic Colors of #9743C3
Black with #9743C3
Text Example
Text Example
White with #9743C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9743C3; }
p { color: rgb(151,67,195); }
H1.HeaderClassName
{
color: #9743C3;
}
.AnyTagClassName
{
color: #9743C3;
}
</style>
background-color css
<style>
a { background-color: #9743C3; }
a { background-color: rgb(151,67,195); }
div.DivClassName
{
background-color: #9743C3;
}
.BgClassName
{
background-color: #9743C3;
}
</style>
border-color css
<style>
span { border-color: #9743C3; }
span { border-color: rgb(151,67,195); }
td.TdClassName
{
border-color: #9743C3;
}
.TagClassName
{
border-color: #9743C3;
}
</style>