Shades of Dark Orchid #9743CE
Tints of Dark Orchid #9743CE
RGB
CMYK
RGB Variations
Color information
#9743CE (or 0x9743CE) is known color: Dark Orchid. HEX triplet: 97, 43 and CE. RGB value is (151,67,206). Sum of RGB (Red+Green+Blue) = 151+67+206=424 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.61% from 424); Green value is 67 (26.56% from 255 or 15.80% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #9743CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9743CE is #68BC31. Grayscale: #6B6B6B. Windows color (decimal): -6863922 or 13517719. OLE color: 13517719.
HSL color Cylindrical-coordinate representation of color #9743CE: hue angle of 276.26º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9743CE is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 67 | 206 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.19 |
| HSL | 276.26º | 0.59% | 0.54% | - |
| HSV(B) | 276.26º | 0.67% | 0.81% | - |
| XYZ | 25.91 | 15.05 | 59.93 | - |
| YUV | 107.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 206 | 0.27 | 0.67 | 0 | 0.19 | 276.26 | 0.59 | 0.54 |
| Hex | 97 | 43 | CE | 1B | 43 | 0 | 13 | 114 | 3B | 36 |
| Octal | 227 | 103 | 316 | 33 | 103 | 0 | 23 | 424 | 73 | 66 |
| Binary | 10010111 | 1000011 | 11001110 | 11011 | 1000011 | 0 | 10011 | 100010100 | 111011 | 110110 |
Color Harmonies of #9743CE
Complementary color
Monochromatic Colors of #9743CE
Black with #9743CE
Text Example
Text Example
White with #9743CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9743CE; }
p { color: rgb(151,67,206); }
H1.HeaderClassName
{
color: #9743CE;
}
.AnyTagClassName
{
color: #9743CE;
}
</style>
background-color css
<style>
a { background-color: #9743CE; }
a { background-color: rgb(151,67,206); }
div.DivClassName
{
background-color: #9743CE;
}
.BgClassName
{
background-color: #9743CE;
}
</style>
border-color css
<style>
span { border-color: #9743CE; }
span { border-color: rgb(151,67,206); }
td.TdClassName
{
border-color: #9743CE;
}
.TagClassName
{
border-color: #9743CE;
}
</style>