Shades of Dark Orchid #9730BD
Tints of Dark Orchid #9730BD
RGB
CMYK
RGB Variations
Color information
#9730BD (or 0x9730BD) is known color: Dark Orchid. HEX triplet: 97, 30 and BD. RGB value is (151,48,189). Sum of RGB (Red+Green+Blue) = 151+48+189=388 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.92% from 388); Green value is 48 (19.14% from 255 or 12.37% from 388); Blue value is 189 (74.22% from 255 or 48.71% from 388); Max value from RGB is 189 - color contains mainly: blue. Hex color #9730BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9730BD is #68CF42. Grayscale: #5E5E5E. Windows color (decimal): -6868803 or 12398743. OLE color: 12398743.
HSL color Cylindrical-coordinate representation of color #9730BD: hue angle of 283.83º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9730BD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 151 | 48 | 189 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.26 |
| HSL | 283.83º | 0.59% | 0.46% | - |
| HSV(B) | 283.83º | 0.75% | 0.74% | - |
| XYZ | 23 | 12.37 | 49.32 | - |
| YUV | 94.87 | 181.12 | 168.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 48 | 189 | 0.20 | 0.75 | 0 | 0.26 | 283.83 | 0.59 | 0.46 |
| Hex | 97 | 30 | BD | 14 | 4B | 0 | 1A | 11C | 3B | 2E |
| Octal | 227 | 60 | 275 | 24 | 113 | 0 | 32 | 434 | 73 | 56 |
| Binary | 10010111 | 110000 | 10111101 | 10100 | 1001011 | 0 | 11010 | 100011100 | 111011 | 101110 |
Color Harmonies of #9730BD
Complementary color
Monochromatic Colors of #9730BD
Black with #9730BD
Text Example
Text Example
White with #9730BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9730BD; }
p { color: rgb(151,48,189); }
H1.HeaderClassName
{
color: #9730BD;
}
.AnyTagClassName
{
color: #9730BD;
}
</style>
background-color css
<style>
a { background-color: #9730BD; }
a { background-color: rgb(151,48,189); }
div.DivClassName
{
background-color: #9730BD;
}
.BgClassName
{
background-color: #9730BD;
}
</style>
border-color css
<style>
span { border-color: #9730BD; }
span { border-color: rgb(151,48,189); }
td.TdClassName
{
border-color: #9730BD;
}
.TagClassName
{
border-color: #9730BD;
}
</style>