Shades of Dark Orchid #9743CF
Tints of Dark Orchid #9743CF
RGB
CMYK
RGB Variations
Color information
#9743CF (or 0x9743CF) is known color: Dark Orchid. HEX triplet: 97, 43 and CF. RGB value is (151,67,207). Sum of RGB (Red+Green+Blue) = 151+67+207=425 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.53% from 425); Green value is 67 (26.56% from 255 or 15.76% from 425); Blue value is 207 (81.25% from 255 or 48.71% from 425); Max value from RGB is 207 - color contains mainly: blue. Hex color #9743CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9743CF is #68BC30. Grayscale: #6B6B6B. Windows color (decimal): -6863921 or 13583255. OLE color: 13583255.
HSL color Cylindrical-coordinate representation of color #9743CF: hue angle of 276º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9743CF is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 67 | 207 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.19 |
| HSL | 276º | 0.59% | 0.54% | - |
| HSV(B) | 276º | 0.68% | 0.81% | - |
| XYZ | 26.03 | 15.1 | 60.57 | - |
| YUV | 108.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 67 | 207 | 0.27 | 0.68 | 0 | 0.19 | 276 | 0.59 | 0.54 |
| Hex | 97 | 43 | CF | 1B | 44 | 0 | 13 | 114 | 3B | 36 |
| Octal | 227 | 103 | 317 | 33 | 104 | 0 | 23 | 424 | 73 | 66 |
| Binary | 10010111 | 1000011 | 11001111 | 11011 | 1000100 | 0 | 10011 | 100010100 | 111011 | 110110 |
Color Harmonies of #9743CF
Complementary color
Monochromatic Colors of #9743CF
Black with #9743CF
Text Example
Text Example
White with #9743CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9743CF; }
p { color: rgb(151,67,207); }
H1.HeaderClassName
{
color: #9743CF;
}
.AnyTagClassName
{
color: #9743CF;
}
</style>
background-color css
<style>
a { background-color: #9743CF; }
a { background-color: rgb(151,67,207); }
div.DivClassName
{
background-color: #9743CF;
}
.BgClassName
{
background-color: #9743CF;
}
</style>
border-color css
<style>
span { border-color: #9743CF; }
span { border-color: rgb(151,67,207); }
td.TdClassName
{
border-color: #9743CF;
}
.TagClassName
{
border-color: #9743CF;
}
</style>