Shades of Dark Orchid #9730B2
Tints of Dark Orchid #9730B2
RGB
CMYK
RGB Variations
Color information
#9730B2 (or 0x9730B2) is known color: Dark Orchid. HEX triplet: 97, 30 and B2. RGB value is (151,48,178). Sum of RGB (Red+Green+Blue) = 151+48+178=377 (49% of max value = 765). Red value is 151 (59.38% from 255 or 40.05% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 178 (69.92% from 255 or 47.21% from 377); Max value from RGB is 178 - color contains mainly: blue. Hex color #9730B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9730B2 is #68CF4D. Grayscale: #5D5D5D. Windows color (decimal): -6868814 or 11677847. OLE color: 11677847.
HSL color Cylindrical-coordinate representation of color #9730B2: hue angle of 287.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9730B2 is Cyan = 0.15, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 48 | 178 | - |
| CMYK | 0.15 | 0.73 | 0 | 0.30 |
| HSL | 287.54º | 0.58% | 0.44% | - |
| HSV(B) | 287.54º | 0.73% | 0.7% | - |
| XYZ | 21.86 | 11.91 | 43.27 | - |
| YUV | 93.62 | 175.62 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 48 | 178 | 0.15 | 0.73 | 0 | 0.30 | 287.54 | 0.58 | 0.44 |
| Hex | 97 | 30 | B2 | F | 49 | 0 | 1E | 120 | 3A | 2C |
| Octal | 227 | 60 | 262 | 17 | 111 | 0 | 36 | 440 | 72 | 54 |
| Binary | 10010111 | 110000 | 10110010 | 1111 | 1001001 | 0 | 11110 | 100100000 | 111010 | 101100 |
Color Harmonies of #9730B2
Complementary color
Monochromatic Colors of #9730B2
Black with #9730B2
Text Example
Text Example
White with #9730B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9730B2; }
p { color: rgb(151,48,178); }
H1.HeaderClassName
{
color: #9730B2;
}
.AnyTagClassName
{
color: #9730B2;
}
</style>
background-color css
<style>
a { background-color: #9730B2; }
a { background-color: rgb(151,48,178); }
div.DivClassName
{
background-color: #9730B2;
}
.BgClassName
{
background-color: #9730B2;
}
</style>
border-color css
<style>
span { border-color: #9730B2; }
span { border-color: rgb(151,48,178); }
td.TdClassName
{
border-color: #9730B2;
}
.TagClassName
{
border-color: #9730B2;
}
</style>