Shades of Dark Orchid #9A27BB
Tints of Dark Orchid #9A27BB
RGB
CMYK
RGB Variations
Color information
#9A27BB (or 0x9A27BB) is known color: Dark Orchid. HEX triplet: 9A, 27 and BB. RGB value is (154,39,187). Sum of RGB (Red+Green+Blue) = 154+39+187=380 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.53% from 380); Green value is 39 (15.62% from 255 or 10.26% from 380); Blue value is 187 (73.44% from 255 or 49.21% from 380); Max value from RGB is 187 - color contains mainly: blue. Hex color #9A27BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A27BB is #65D844. Grayscale: #595959. Windows color (decimal): -6674501 or 12265370. OLE color: 12265370.
HSL color Cylindrical-coordinate representation of color #9A27BB: hue angle of 286.62º 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 #9A27BB is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 39 | 187 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.27 |
| HSL | 286.62º | 0.65% | 0.44% | - |
| HSV(B) | 286.62º | 0.79% | 0.73% | - |
| XYZ | 23.02 | 11.91 | 48.1 | - |
| YUV | 90.26 | 182.6 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 187 | 0.18 | 0.79 | 0 | 0.27 | 286.62 | 0.65 | 0.44 |
| Hex | 9A | 27 | BB | 12 | 4F | 0 | 1B | 11F | 41 | 2C |
| Octal | 232 | 47 | 273 | 22 | 117 | 0 | 33 | 437 | 101 | 54 |
| Binary | 10011010 | 100111 | 10111011 | 10010 | 1001111 | 0 | 11011 | 100011111 | 1000001 | 101100 |
Color Harmonies of #9A27BB
Complementary color
Monochromatic Colors of #9A27BB
Black with #9A27BB
Text Example
Text Example
White with #9A27BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A27BB; }
p { color: rgb(154,39,187); }
H1.HeaderClassName
{
color: #9A27BB;
}
.AnyTagClassName
{
color: #9A27BB;
}
</style>
background-color css
<style>
a { background-color: #9A27BB; }
a { background-color: rgb(154,39,187); }
div.DivClassName
{
background-color: #9A27BB;
}
.BgClassName
{
background-color: #9A27BB;
}
</style>
border-color css
<style>
span { border-color: #9A27BB; }
span { border-color: rgb(154,39,187); }
td.TdClassName
{
border-color: #9A27BB;
}
.TagClassName
{
border-color: #9A27BB;
}
</style>