Shades of Dark Orchid #9A26BE
Tints of Dark Orchid #9A26BE
RGB
CMYK
RGB Variations
Color information
#9A26BE (or 0x9A26BE) is known color: Dark Orchid. HEX triplet: 9A, 26 and BE. RGB value is (154,38,190). Sum of RGB (Red+Green+Blue) = 154+38+190=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 38 (15.23% from 255 or 9.95% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A26BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A26BE is #65D941. Grayscale: #595959. Windows color (decimal): -6674754 or 12461722. OLE color: 12461722.
HSL color Cylindrical-coordinate representation of color #9A26BE: hue angle of 285.79º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A26BE is Cyan = 0.19, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 38 | 190 | - |
| CMYK | 0.19 | 0.8 | 0 | 0.25 |
| HSL | 285.79º | 0.67% | 0.45% | - |
| HSV(B) | 285.79º | 0.8% | 0.75% | - |
| XYZ | 23.31 | 11.97 | 49.8 | - |
| YUV | 90.01 | 184.43 | 173.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 190 | 0.19 | 0.8 | 0 | 0.25 | 285.79 | 0.67 | 0.45 |
| Hex | 9A | 26 | BE | 13 | 50 | 0 | 19 | 11E | 43 | 2D |
| Octal | 232 | 46 | 276 | 23 | 120 | 0 | 31 | 436 | 103 | 55 |
| Binary | 10011010 | 100110 | 10111110 | 10011 | 1010000 | 0 | 11001 | 100011110 | 1000011 | 101101 |
Color Harmonies of #9A26BE
Complementary color
Monochromatic Colors of #9A26BE
Black with #9A26BE
Text Example
Text Example
White with #9A26BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A26BE; }
p { color: rgb(154,38,190); }
H1.HeaderClassName
{
color: #9A26BE;
}
.AnyTagClassName
{
color: #9A26BE;
}
</style>
background-color css
<style>
a { background-color: #9A26BE; }
a { background-color: rgb(154,38,190); }
div.DivClassName
{
background-color: #9A26BE;
}
.BgClassName
{
background-color: #9A26BE;
}
</style>
border-color css
<style>
span { border-color: #9A26BE; }
span { border-color: rgb(154,38,190); }
td.TdClassName
{
border-color: #9A26BE;
}
.TagClassName
{
border-color: #9A26BE;
}
</style>