Shades of Dark Orchid #9745DC
Tints of Dark Orchid #9745DC
RGB
CMYK
RGB Variations
Color information
#9745DC (or 0x9745DC) is known color: Dark Orchid. HEX triplet: 97, 45 and DC. RGB value is (151,69,220). Sum of RGB (Red+Green+Blue) = 151+69+220=440 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.32% from 440); Green value is 69 (27.34% from 255 or 15.68% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #9745DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9745DC is #68BA23. Grayscale: #6E6E6E. Windows color (decimal): -6863396 or 14435735. OLE color: 14435735.
HSL color Cylindrical-coordinate representation of color #9745DC: hue angle of 272.58º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9745DC is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 151 | 69 | 220 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.14 |
| HSL | 272.58º | 0.68% | 0.57% | - |
| HSV(B) | 272.58º | 0.69% | 0.86% | - |
| XYZ | 27.81 | 16 | 69.33 | - |
| YUV | 110.73 | 189.67 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 69 | 220 | 0.31 | 0.69 | 0 | 0.14 | 272.58 | 0.68 | 0.57 |
| Hex | 97 | 45 | DC | 1F | 45 | 0 | E | 111 | 44 | 39 |
| Octal | 227 | 105 | 334 | 37 | 105 | 0 | 16 | 421 | 104 | 71 |
| Binary | 10010111 | 1000101 | 11011100 | 11111 | 1000101 | 0 | 1110 | 100010001 | 1000100 | 111001 |
Color Harmonies of #9745DC
Complementary color
Monochromatic Colors of #9745DC
Black with #9745DC
Text Example
Text Example
White with #9745DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9745DC; }
p { color: rgb(151,69,220); }
H1.HeaderClassName
{
color: #9745DC;
}
.AnyTagClassName
{
color: #9745DC;
}
</style>
background-color css
<style>
a { background-color: #9745DC; }
a { background-color: rgb(151,69,220); }
div.DivClassName
{
background-color: #9745DC;
}
.BgClassName
{
background-color: #9745DC;
}
</style>
border-color css
<style>
span { border-color: #9745DC; }
span { border-color: rgb(151,69,220); }
td.TdClassName
{
border-color: #9745DC;
}
.TagClassName
{
border-color: #9745DC;
}
</style>