Shades of Dark Orchid #9727CC
Tints of Dark Orchid #9727CC
RGB
CMYK
RGB Variations
Color information
#9727CC (or 0x9727CC) is known color: Dark Orchid. HEX triplet: 97, 27 and CC. RGB value is (151,39,204). Sum of RGB (Red+Green+Blue) = 151+39+204=394 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.32% from 394); Green value is 39 (15.62% from 255 or 9.90% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #9727CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9727CC is #68D833. Grayscale: #5A5A5A. Windows color (decimal): -6871092 or 13379479. OLE color: 13379479.
HSL color Cylindrical-coordinate representation of color #9727CC: hue angle of 280.73º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9727CC is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 151 | 39 | 204 | - |
| CMYK | 0.26 | 0.81 | 0 | 0.2 |
| HSL | 280.73º | 0.68% | 0.48% | - |
| HSV(B) | 280.73º | 0.81% | 0.8% | - |
| XYZ | 24.39 | 12.39 | 58.23 | - |
| YUV | 91.3 | 191.61 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 204 | 0.26 | 0.81 | 0 | 0.2 | 280.73 | 0.68 | 0.48 |
| Hex | 97 | 27 | CC | 1A | 51 | 0 | 14 | 119 | 44 | 30 |
| Octal | 227 | 47 | 314 | 32 | 121 | 0 | 24 | 431 | 104 | 60 |
| Binary | 10010111 | 100111 | 11001100 | 11010 | 1010001 | 0 | 10100 | 100011001 | 1000100 | 110000 |
Color Harmonies of #9727CC
Complementary color
Monochromatic Colors of #9727CC
Black with #9727CC
Text Example
Text Example
White with #9727CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9727CC; }
p { color: rgb(151,39,204); }
H1.HeaderClassName
{
color: #9727CC;
}
.AnyTagClassName
{
color: #9727CC;
}
</style>
background-color css
<style>
a { background-color: #9727CC; }
a { background-color: rgb(151,39,204); }
div.DivClassName
{
background-color: #9727CC;
}
.BgClassName
{
background-color: #9727CC;
}
</style>
border-color css
<style>
span { border-color: #9727CC; }
span { border-color: rgb(151,39,204); }
td.TdClassName
{
border-color: #9727CC;
}
.TagClassName
{
border-color: #9727CC;
}
</style>