Shades of Dark Orchid #9A27BE
Tints of Dark Orchid #9A27BE
RGB
CMYK
RGB Variations
Color information
#9A27BE (or 0x9A27BE) is known color: Dark Orchid. HEX triplet: 9A, 27 and BE. RGB value is (154,39,190). Sum of RGB (Red+Green+Blue) = 154+39+190=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 39 (15.62% from 255 or 10.18% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A27BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A27BE is #65D841. Grayscale: #5A5A5A. Windows color (decimal): -6674498 or 12461978. OLE color: 12461978.
HSL color Cylindrical-coordinate representation of color #9A27BE: hue angle of 285.7º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9A27BE is Cyan = 0.19, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 39 | 190 | - |
| CMYK | 0.19 | 0.79 | 0 | 0.25 |
| HSL | 285.7º | 0.66% | 0.45% | - |
| HSV(B) | 285.7º | 0.79% | 0.75% | - |
| XYZ | 23.35 | 12.04 | 49.81 | - |
| YUV | 90.6 | 184.1 | 173.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 39 | 190 | 0.19 | 0.79 | 0 | 0.25 | 285.7 | 0.66 | 0.45 |
| Hex | 9A | 27 | BE | 13 | 4F | 0 | 19 | 11E | 42 | 2D |
| Octal | 232 | 47 | 276 | 23 | 117 | 0 | 31 | 436 | 102 | 55 |
| Binary | 10011010 | 100111 | 10111110 | 10011 | 1001111 | 0 | 11001 | 100011110 | 1000010 | 101101 |
Color Harmonies of #9A27BE
Complementary color
Monochromatic Colors of #9A27BE
Black with #9A27BE
Text Example
Text Example
White with #9A27BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A27BE; }
p { color: rgb(154,39,190); }
H1.HeaderClassName
{
color: #9A27BE;
}
.AnyTagClassName
{
color: #9A27BE;
}
</style>
background-color css
<style>
a { background-color: #9A27BE; }
a { background-color: rgb(154,39,190); }
div.DivClassName
{
background-color: #9A27BE;
}
.BgClassName
{
background-color: #9A27BE;
}
</style>
border-color css
<style>
span { border-color: #9A27BE; }
span { border-color: rgb(154,39,190); }
td.TdClassName
{
border-color: #9A27BE;
}
.TagClassName
{
border-color: #9A27BE;
}
</style>