Shades of Dark Orchid #9727D3
Tints of Dark Orchid #9727D3
RGB
CMYK
RGB Variations
Color information
#9727D3 (or 0x9727D3) is known color: Dark Orchid. HEX triplet: 97, 27 and D3. RGB value is (151,39,211). Sum of RGB (Red+Green+Blue) = 151+39+211=401 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.66% from 401); Green value is 39 (15.62% from 255 or 9.73% from 401); Blue value is 211 (82.81% from 255 or 52.62% from 401); Max value from RGB is 211 - color contains mainly: blue. Hex color #9727D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9727D3 is #68D82C. Grayscale: #5B5B5B. Windows color (decimal): -6871085 or 13838231. OLE color: 13838231.
HSL color Cylindrical-coordinate representation of color #9727D3: hue angle of 279.07º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9727D3 is Cyan = 0.28, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 151 | 39 | 211 | - |
| CMYK | 0.28 | 0.82 | 0 | 0.17 |
| HSL | 279.07º | 0.69% | 0.49% | - |
| HSV(B) | 279.07º | 0.82% | 0.83% | - |
| XYZ | 25.25 | 12.73 | 62.76 | - |
| YUV | 92.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 211 | 0.28 | 0.82 | 0 | 0.17 | 279.07 | 0.69 | 0.49 |
| Hex | 97 | 27 | D3 | 1C | 52 | 0 | 11 | 117 | 45 | 31 |
| Octal | 227 | 47 | 323 | 34 | 122 | 0 | 21 | 427 | 105 | 61 |
| Binary | 10010111 | 100111 | 11010011 | 11100 | 1010010 | 0 | 10001 | 100010111 | 1000101 | 110001 |
Color Harmonies of #9727D3
Complementary color
Monochromatic Colors of #9727D3
Black with #9727D3
Text Example
Text Example
White with #9727D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9727D3; }
p { color: rgb(151,39,211); }
H1.HeaderClassName
{
color: #9727D3;
}
.AnyTagClassName
{
color: #9727D3;
}
</style>
background-color css
<style>
a { background-color: #9727D3; }
a { background-color: rgb(151,39,211); }
div.DivClassName
{
background-color: #9727D3;
}
.BgClassName
{
background-color: #9727D3;
}
</style>
border-color css
<style>
span { border-color: #9727D3; }
span { border-color: rgb(151,39,211); }
td.TdClassName
{
border-color: #9727D3;
}
.TagClassName
{
border-color: #9727D3;
}
</style>