Shades of Dark Orchid #9732BF
Tints of Dark Orchid #9732BF
RGB
CMYK
RGB Variations
Color information
#9732BF (or 0x9732BF) is known color: Dark Orchid. HEX triplet: 97, 32 and BF. RGB value is (151,50,191). Sum of RGB (Red+Green+Blue) = 151+50+191=392 (51% of max value = 765). Red value is 151 (59.38% from 255 or 38.52% from 392); Green value is 50 (19.92% from 255 or 12.76% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9732BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9732BF is #68CD40. Grayscale: #5F5F5F. Windows color (decimal): -6868289 or 12530327. OLE color: 12530327.
HSL color Cylindrical-coordinate representation of color #9732BF: hue angle of 282.98º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9732BF is Cyan = 0.21, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 151 | 50 | 191 | - |
| CMYK | 0.21 | 0.74 | 0 | 0.25 |
| HSL | 282.98º | 0.59% | 0.47% | - |
| HSV(B) | 282.98º | 0.74% | 0.75% | - |
| XYZ | 23.31 | 12.62 | 50.5 | - |
| YUV | 96.27 | 181.46 | 167.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 50 | 191 | 0.21 | 0.74 | 0 | 0.25 | 282.98 | 0.59 | 0.47 |
| Hex | 97 | 32 | BF | 15 | 4A | 0 | 19 | 11B | 3B | 2F |
| Octal | 227 | 62 | 277 | 25 | 112 | 0 | 31 | 433 | 73 | 57 |
| Binary | 10010111 | 110010 | 10111111 | 10101 | 1001010 | 0 | 11001 | 100011011 | 111011 | 101111 |
Color Harmonies of #9732BF
Complementary color
Monochromatic Colors of #9732BF
Black with #9732BF
Text Example
Text Example
White with #9732BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9732BF; }
p { color: rgb(151,50,191); }
H1.HeaderClassName
{
color: #9732BF;
}
.AnyTagClassName
{
color: #9732BF;
}
</style>
background-color css
<style>
a { background-color: #9732BF; }
a { background-color: rgb(151,50,191); }
div.DivClassName
{
background-color: #9732BF;
}
.BgClassName
{
background-color: #9732BF;
}
</style>
border-color css
<style>
span { border-color: #9732BF; }
span { border-color: rgb(151,50,191); }
td.TdClassName
{
border-color: #9732BF;
}
.TagClassName
{
border-color: #9732BF;
}
</style>