Shades of Dark Orchid #9731CA
Tints of Dark Orchid #9731CA
RGB
CMYK
RGB Variations
Color information
#9731CA (or 0x9731CA) is known color: Dark Orchid. HEX triplet: 97, 31 and CA. RGB value is (151,49,202). Sum of RGB (Red+Green+Blue) = 151+49+202=402 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.56% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 202 (79.30% from 255 or 50.25% from 402); Max value from RGB is 202 - color contains mainly: blue. Hex color #9731CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9731CA is #68CE35. Grayscale: #606060. Windows color (decimal): -6868534 or 13250967. OLE color: 13250967.
HSL color Cylindrical-coordinate representation of color #9731CA: hue angle of 280º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9731CA is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 151 | 49 | 202 | - |
| CMYK | 0.25 | 0.76 | 0 | 0.21 |
| HSL | 280º | 0.61% | 0.49% | - |
| HSV(B) | 280º | 0.76% | 0.79% | - |
| XYZ | 24.52 | 13.04 | 57.1 | - |
| YUV | 96.94 | 187.29 | 166.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 49 | 202 | 0.25 | 0.76 | 0 | 0.21 | 280 | 0.61 | 0.49 |
| Hex | 97 | 31 | CA | 19 | 4C | 0 | 15 | 118 | 3D | 31 |
| Octal | 227 | 61 | 312 | 31 | 114 | 0 | 25 | 430 | 75 | 61 |
| Binary | 10010111 | 110001 | 11001010 | 11001 | 1001100 | 0 | 10101 | 100011000 | 111101 | 110001 |
Color Harmonies of #9731CA
Complementary color
Monochromatic Colors of #9731CA
Black with #9731CA
Text Example
Text Example
White with #9731CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9731CA; }
p { color: rgb(151,49,202); }
H1.HeaderClassName
{
color: #9731CA;
}
.AnyTagClassName
{
color: #9731CA;
}
</style>
background-color css
<style>
a { background-color: #9731CA; }
a { background-color: rgb(151,49,202); }
div.DivClassName
{
background-color: #9731CA;
}
.BgClassName
{
background-color: #9731CA;
}
</style>
border-color css
<style>
span { border-color: #9731CA; }
span { border-color: rgb(151,49,202); }
td.TdClassName
{
border-color: #9731CA;
}
.TagClassName
{
border-color: #9731CA;
}
</style>