Shades of Dark Orchid #9927BC
Tints of Dark Orchid #9927BC
RGB
CMYK
RGB Variations
Color information
#9927BC (or 0x9927BC) is known color: Dark Orchid. HEX triplet: 99, 27 and BC. RGB value is (153,39,188). Sum of RGB (Red+Green+Blue) = 153+39+188=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #9927BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9927BC is #66D843. Grayscale: #595959. Windows color (decimal): -6740036 or 12330905. OLE color: 12330905.
HSL color Cylindrical-coordinate representation of color #9927BC: hue angle of 285.91º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9927BC is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 39 | 188 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.26 |
| HSL | 285.91º | 0.66% | 0.45% | - |
| HSV(B) | 285.91º | 0.79% | 0.74% | - |
| XYZ | 22.94 | 11.85 | 48.66 | - |
| YUV | 90.07 | 183.27 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 39 | 188 | 0.19 | 0.79 | 0 | 0.26 | 285.91 | 0.66 | 0.45 |
| Hex | 99 | 27 | BC | 13 | 4F | 0 | 1A | 11E | 42 | 2D |
| Octal | 231 | 47 | 274 | 23 | 117 | 0 | 32 | 436 | 102 | 55 |
| Binary | 10011001 | 100111 | 10111100 | 10011 | 1001111 | 0 | 11010 | 100011110 | 1000010 | 101101 |
Color Harmonies of #9927BC
Complementary color
Monochromatic Colors of #9927BC
Black with #9927BC
Text Example
Text Example
White with #9927BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9927BC; }
p { color: rgb(153,39,188); }
H1.HeaderClassName
{
color: #9927BC;
}
.AnyTagClassName
{
color: #9927BC;
}
</style>
background-color css
<style>
a { background-color: #9927BC; }
a { background-color: rgb(153,39,188); }
div.DivClassName
{
background-color: #9927BC;
}
.BgClassName
{
background-color: #9927BC;
}
</style>
border-color css
<style>
span { border-color: #9927BC; }
span { border-color: rgb(153,39,188); }
td.TdClassName
{
border-color: #9927BC;
}
.TagClassName
{
border-color: #9927BC;
}
</style>