Shades of Dark Orchid #9746D0
Tints of Dark Orchid #9746D0
RGB
CMYK
RGB Variations
Color information
#9746D0 (or 0x9746D0) is known color: Dark Orchid. HEX triplet: 97, 46 and D0. RGB value is (151,70,208). Sum of RGB (Red+Green+Blue) = 151+70+208=429 (56% of max value = 765). Red value is 151 (59.38% from 255 or 35.20% from 429); Green value is 70 (27.73% from 255 or 16.32% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #9746D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9746D0 is #68B92F. Grayscale: #6D6D6D. Windows color (decimal): -6863152 or 13649559. OLE color: 13649559.
HSL color Cylindrical-coordinate representation of color #9746D0: hue angle of 275.22º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9746D0 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 151 | 70 | 208 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.18 |
| HSL | 275.22º | 0.59% | 0.55% | - |
| HSV(B) | 275.22º | 0.66% | 0.82% | - |
| XYZ | 26.34 | 15.51 | 61.28 | - |
| YUV | 109.95 | 183.34 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 70 | 208 | 0.27 | 0.66 | 0 | 0.18 | 275.22 | 0.59 | 0.55 |
| Hex | 97 | 46 | D0 | 1B | 42 | 0 | 12 | 113 | 3B | 37 |
| Octal | 227 | 106 | 320 | 33 | 102 | 0 | 22 | 423 | 73 | 67 |
| Binary | 10010111 | 1000110 | 11010000 | 11011 | 1000010 | 0 | 10010 | 100010011 | 111011 | 110111 |
Color Harmonies of #9746D0
Complementary color
Monochromatic Colors of #9746D0
Black with #9746D0
Text Example
Text Example
White with #9746D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9746D0; }
p { color: rgb(151,70,208); }
H1.HeaderClassName
{
color: #9746D0;
}
.AnyTagClassName
{
color: #9746D0;
}
</style>
background-color css
<style>
a { background-color: #9746D0; }
a { background-color: rgb(151,70,208); }
div.DivClassName
{
background-color: #9746D0;
}
.BgClassName
{
background-color: #9746D0;
}
</style>
border-color css
<style>
span { border-color: #9746D0; }
span { border-color: rgb(151,70,208); }
td.TdClassName
{
border-color: #9746D0;
}
.TagClassName
{
border-color: #9746D0;
}
</style>