Shades of Dark Orchid #9927BA
Tints of Dark Orchid #9927BA
RGB
CMYK
RGB Variations
Color information
#9927BA (or 0x9927BA) is known color: Dark Orchid. HEX triplet: 99, 27 and BA. RGB value is (153,39,186). Sum of RGB (Red+Green+Blue) = 153+39+186=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 186 (73.05% from 255 or 49.21% from 378); Max value from RGB is 186 - color contains mainly: blue. Hex color #9927BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9927BA is #66D845. Grayscale: #595959. Windows color (decimal): -6740038 or 12199833. OLE color: 12199833.
HSL color Cylindrical-coordinate representation of color #9927BA: hue angle of 286.53º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9927BA is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 39 | 186 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.27 |
| HSL | 286.53º | 0.65% | 0.44% | - |
| HSV(B) | 286.53º | 0.79% | 0.73% | - |
| XYZ | 22.73 | 11.77 | 47.53 | - |
| YUV | 89.84 | 182.27 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 186 | 0.18 | 0.79 | 0 | 0.27 | 286.53 | 0.65 | 0.44 |
| Hex | 99 | 27 | BA | 12 | 4F | 0 | 1B | 11F | 41 | 2C |
| Octal | 231 | 47 | 272 | 22 | 117 | 0 | 33 | 437 | 101 | 54 |
| Binary | 10011001 | 100111 | 10111010 | 10010 | 1001111 | 0 | 11011 | 100011111 | 1000001 | 101100 |
Color Harmonies of #9927BA
Complementary color
Monochromatic Colors of #9927BA
Black with #9927BA
Text Example
Text Example
White with #9927BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927BA; }
p { color: rgb(153,39,186); }
H1.HeaderClassName
{
color: #9927BA;
}
.AnyTagClassName
{
color: #9927BA;
}
</style>
background-color css
<style>
a { background-color: #9927BA; }
a { background-color: rgb(153,39,186); }
div.DivClassName
{
background-color: #9927BA;
}
.BgClassName
{
background-color: #9927BA;
}
</style>
border-color css
<style>
span { border-color: #9927BA; }
span { border-color: rgb(153,39,186); }
td.TdClassName
{
border-color: #9927BA;
}
.TagClassName
{
border-color: #9927BA;
}
</style>