Shades of Dark Orchid #9716B2
Tints of Dark Orchid #9716B2
RGB
CMYK
RGB Variations
Color information
#9716B2 (or 0x9716B2) is known color: Dark Orchid. HEX triplet: 97, 16 and B2. RGB value is (151,22,178). Sum of RGB (Red+Green+Blue) = 151+22+178=351 (46% of max value = 765). Red value is 151 (59.38% from 255 or 43.02% from 351); Green value is 22 (8.98% from 255 or 6.27% from 351); Blue value is 178 (69.92% from 255 or 50.71% from 351); Max value from RGB is 178 - color contains mainly: blue. Hex color #9716B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9716B2 is #68E94D. Grayscale: #4D4D4D. Windows color (decimal): -6875470 or 11671191. OLE color: 11671191.
HSL color Cylindrical-coordinate representation of color #9716B2: hue angle of 289.62º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9716B2 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 151 | 22 | 178 | - |
| CMYK | 0.15 | 0.88 | 0 | 0.30 |
| HSL | 289.62º | 0.78% | 0.39% | - |
| HSV(B) | 289.62º | 0.88% | 0.7% | - |
| XYZ | 21.09 | 10.37 | 43.01 | - |
| YUV | 78.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 22 | 178 | 0.15 | 0.88 | 0 | 0.30 | 289.62 | 0.78 | 0.39 |
| Hex | 97 | 16 | B2 | F | 58 | 0 | 1E | 122 | 4E | 27 |
| Octal | 227 | 26 | 262 | 17 | 130 | 0 | 36 | 442 | 116 | 47 |
| Binary | 10010111 | 10110 | 10110010 | 1111 | 1011000 | 0 | 11110 | 100100010 | 1001110 | 100111 |
Color Harmonies of #9716B2
Complementary color
Monochromatic Colors of #9716B2
Black with #9716B2
Text Example
Text Example
White with #9716B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9716B2; }
p { color: rgb(151,22,178); }
H1.HeaderClassName
{
color: #9716B2;
}
.AnyTagClassName
{
color: #9716B2;
}
</style>
background-color css
<style>
a { background-color: #9716B2; }
a { background-color: rgb(151,22,178); }
div.DivClassName
{
background-color: #9716B2;
}
.BgClassName
{
background-color: #9716B2;
}
</style>
border-color css
<style>
span { border-color: #9716B2; }
span { border-color: rgb(151,22,178); }
td.TdClassName
{
border-color: #9716B2;
}
.TagClassName
{
border-color: #9716B2;
}
</style>