Shades of Dark Orchid #9748DF
Tints of Dark Orchid #9748DF
RGB
CMYK
RGB Variations
Color information
#9748DF (or 0x9748DF) is known color: Dark Orchid. HEX triplet: 97, 48 and DF. RGB value is (151,72,223). Sum of RGB (Red+Green+Blue) = 151+72+223=446 (59% of max value = 765). Red value is 151 (59.38% from 255 or 33.86% from 446); Green value is 72 (28.52% from 255 or 16.14% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #9748DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9748DF is #68B720. Grayscale: #707070. Windows color (decimal): -6862625 or 14633111. OLE color: 14633111.
HSL color Cylindrical-coordinate representation of color #9748DF: hue angle of 271.39º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9748DF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 151 | 72 | 223 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.13 |
| HSL | 271.39º | 0.7% | 0.58% | - |
| HSV(B) | 271.39º | 0.68% | 0.87% | - |
| XYZ | 28.4 | 16.54 | 71.51 | - |
| YUV | 112.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 72 | 223 | 0.32 | 0.68 | 0 | 0.13 | 271.39 | 0.7 | 0.58 |
| Hex | 97 | 48 | DF | 20 | 44 | 0 | D | 10F | 46 | 3A |
| Octal | 227 | 110 | 337 | 40 | 104 | 0 | 15 | 417 | 106 | 72 |
| Binary | 10010111 | 1001000 | 11011111 | 100000 | 1000100 | 0 | 1101 | 100001111 | 1000110 | 111010 |
Color Harmonies of #9748DF
Complementary color
Monochromatic Colors of #9748DF
Black with #9748DF
Text Example
Text Example
White with #9748DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9748DF; }
p { color: rgb(151,72,223); }
H1.HeaderClassName
{
color: #9748DF;
}
.AnyTagClassName
{
color: #9748DF;
}
</style>
background-color css
<style>
a { background-color: #9748DF; }
a { background-color: rgb(151,72,223); }
div.DivClassName
{
background-color: #9748DF;
}
.BgClassName
{
background-color: #9748DF;
}
</style>
border-color css
<style>
span { border-color: #9748DF; }
span { border-color: rgb(151,72,223); }
td.TdClassName
{
border-color: #9748DF;
}
.TagClassName
{
border-color: #9748DF;
}
</style>