Shades of Dark Orchid #9730CF
Tints of Dark Orchid #9730CF
RGB
CMYK
RGB Variations
Color information
#9730CF (or 0x9730CF) is known color: Dark Orchid. HEX triplet: 97, 30 and CF. RGB value is (151,48,207). Sum of RGB (Red+Green+Blue) = 151+48+207=406 (53% of max value = 765). Red value is 151 (59.38% from 255 or 37.19% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #9730CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730CF is #68CF30. Grayscale: #606060. Windows color (decimal): -6868785 or 13578391. OLE color: 13578391.
HSL color Cylindrical-coordinate representation of color #9730CF: hue angle of 278.87º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9730CF is Cyan = 0.27, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 151 | 48 | 207 | - |
| CMYK | 0.27 | 0.77 | 0 | 0.19 |
| HSL | 278.87º | 0.62% | 0.5% | - |
| HSV(B) | 278.87º | 0.77% | 0.81% | - |
| XYZ | 25.08 | 13.2 | 60.26 | - |
| YUV | 96.92 | 190.12 | 166.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 48 | 207 | 0.27 | 0.77 | 0 | 0.19 | 278.87 | 0.62 | 0.5 |
| Hex | 97 | 30 | CF | 1B | 4D | 0 | 13 | 117 | 3E | 32 |
| Octal | 227 | 60 | 317 | 33 | 115 | 0 | 23 | 427 | 76 | 62 |
| Binary | 10010111 | 110000 | 11001111 | 11011 | 1001101 | 0 | 10011 | 100010111 | 111110 | 110010 |
Color Harmonies of #9730CF
Complementary color
Monochromatic Colors of #9730CF
Black with #9730CF
Text Example
Text Example
White with #9730CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9730CF; }
p { color: rgb(151,48,207); }
H1.HeaderClassName
{
color: #9730CF;
}
.AnyTagClassName
{
color: #9730CF;
}
</style>
background-color css
<style>
a { background-color: #9730CF; }
a { background-color: rgb(151,48,207); }
div.DivClassName
{
background-color: #9730CF;
}
.BgClassName
{
background-color: #9730CF;
}
</style>
border-color css
<style>
span { border-color: #9730CF; }
span { border-color: rgb(151,48,207); }
td.TdClassName
{
border-color: #9730CF;
}
.TagClassName
{
border-color: #9730CF;
}
</style>