Shades of Dark Orchid #9732C6
Tints of Dark Orchid #9732C6
RGB
CMYK
RGB Variations
Color information
#9732C6 (or 0x9732C6) is known color: Dark Orchid. HEX triplet: 97, 32 and C6. RGB value is (151,50,198). Sum of RGB (Red+Green+Blue) = 151+50+198=399 (52% of max value = 765). Red value is 151 (59.38% from 255 or 37.84% from 399); Green value is 50 (19.92% from 255 or 12.53% from 399); Blue value is 198 (77.73% from 255 or 49.62% from 399); Max value from RGB is 198 - color contains mainly: blue. Hex color #9732C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9732C6 is #68CD39. Grayscale: #606060. Windows color (decimal): -6868282 or 12989079. OLE color: 12989079.
HSL color Cylindrical-coordinate representation of color #9732C6: hue angle of 280.95º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9732C6 is Cyan = 0.24, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 151 | 50 | 198 | - |
| CMYK | 0.24 | 0.75 | 0 | 0.22 |
| HSL | 280.95º | 0.6% | 0.49% | - |
| HSV(B) | 280.95º | 0.75% | 0.78% | - |
| XYZ | 24.1 | 12.94 | 54.65 | - |
| YUV | 97.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 50 | 198 | 0.24 | 0.75 | 0 | 0.22 | 280.95 | 0.6 | 0.49 |
| Hex | 97 | 32 | C6 | 18 | 4B | 0 | 16 | 119 | 3C | 31 |
| Octal | 227 | 62 | 306 | 30 | 113 | 0 | 26 | 431 | 74 | 61 |
| Binary | 10010111 | 110010 | 11000110 | 11000 | 1001011 | 0 | 10110 | 100011001 | 111100 | 110001 |
Color Harmonies of #9732C6
Complementary color
Monochromatic Colors of #9732C6
Black with #9732C6
Text Example
Text Example
White with #9732C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9732C6; }
p { color: rgb(151,50,198); }
H1.HeaderClassName
{
color: #9732C6;
}
.AnyTagClassName
{
color: #9732C6;
}
</style>
background-color css
<style>
a { background-color: #9732C6; }
a { background-color: rgb(151,50,198); }
div.DivClassName
{
background-color: #9732C6;
}
.BgClassName
{
background-color: #9732C6;
}
</style>
border-color css
<style>
span { border-color: #9732C6; }
span { border-color: rgb(151,50,198); }
td.TdClassName
{
border-color: #9732C6;
}
.TagClassName
{
border-color: #9732C6;
}
</style>