Shades of Dark Orchid #9938B1
Tints of Dark Orchid #9938B1
RGB
CMYK
RGB Variations
Color information
#9938B1 (or 0x9938B1) is known color: Dark Orchid. HEX triplet: 99, 38 and B1. RGB value is (153,56,177). Sum of RGB (Red+Green+Blue) = 153+56+177=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 177 (69.53% from 255 or 45.85% from 386); Max value from RGB is 177 - color contains mainly: blue. Hex color #9938B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9938B1 is #66C74E. Grayscale: #626262. Windows color (decimal): -6735695 or 11614361. OLE color: 11614361.
HSL color Cylindrical-coordinate representation of color #9938B1: hue angle of 288.1º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9938B1 is Cyan = 0.14, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 153 | 56 | 177 | - |
| CMYK | 0.14 | 0.68 | 0 | 0.31 |
| HSL | 288.1º | 0.52% | 0.46% | - |
| HSV(B) | 288.1º | 0.68% | 0.69% | - |
| XYZ | 22.49 | 12.77 | 42.88 | - |
| YUV | 98.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 56 | 177 | 0.14 | 0.68 | 0 | 0.31 | 288.1 | 0.52 | 0.46 |
| Hex | 99 | 38 | B1 | E | 44 | 0 | 1F | 120 | 34 | 2E |
| Octal | 231 | 70 | 261 | 16 | 104 | 0 | 37 | 440 | 64 | 56 |
| Binary | 10011001 | 111000 | 10110001 | 1110 | 1000100 | 0 | 11111 | 100100000 | 110100 | 101110 |
Color Harmonies of #9938B1
Complementary color
Monochromatic Colors of #9938B1
Black with #9938B1
Text Example
Text Example
White with #9938B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9938B1; }
p { color: rgb(153,56,177); }
H1.HeaderClassName
{
color: #9938B1;
}
.AnyTagClassName
{
color: #9938B1;
}
</style>
background-color css
<style>
a { background-color: #9938B1; }
a { background-color: rgb(153,56,177); }
div.DivClassName
{
background-color: #9938B1;
}
.BgClassName
{
background-color: #9938B1;
}
</style>
border-color css
<style>
span { border-color: #9938B1; }
span { border-color: rgb(153,56,177); }
td.TdClassName
{
border-color: #9938B1;
}
.TagClassName
{
border-color: #9938B1;
}
</style>