Shades of Dark Orchid #9A26DC
Tints of Dark Orchid #9A26DC
RGB
CMYK
RGB Variations
Color information
#9A26DC (or 0x9A26DC) is known color: Dark Orchid. HEX triplet: 9A, 26 and DC. RGB value is (154,38,220). Sum of RGB (Red+Green+Blue) = 154+38+220=412 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.38% from 412); Green value is 38 (15.23% from 255 or 9.22% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #9A26DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A26DC is #65D923. Grayscale: #5C5C5C. Windows color (decimal): -6674724 or 14427802. OLE color: 14427802.
HSL color Cylindrical-coordinate representation of color #9A26DC: hue angle of 278.24º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A26DC is Cyan = 0.3, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 38 | 220 | - |
| CMYK | 0.3 | 0.83 | 0 | 0.14 |
| HSL | 278.24º | 0.72% | 0.51% | - |
| HSV(B) | 278.24º | 0.83% | 0.86% | - |
| XYZ | 26.94 | 13.42 | 68.88 | - |
| YUV | 93.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 220 | 0.3 | 0.83 | 0 | 0.14 | 278.24 | 0.72 | 0.51 |
| Hex | 9A | 26 | DC | 1E | 53 | 0 | E | 116 | 48 | 33 |
| Octal | 232 | 46 | 334 | 36 | 123 | 0 | 16 | 426 | 110 | 63 |
| Binary | 10011010 | 100110 | 11011100 | 11110 | 1010011 | 0 | 1110 | 100010110 | 1001000 | 110011 |
Color Harmonies of #9A26DC
Complementary color
Monochromatic Colors of #9A26DC
Black with #9A26DC
Text Example
Text Example
White with #9A26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A26DC; }
p { color: rgb(154,38,220); }
H1.HeaderClassName
{
color: #9A26DC;
}
.AnyTagClassName
{
color: #9A26DC;
}
</style>
background-color css
<style>
a { background-color: #9A26DC; }
a { background-color: rgb(154,38,220); }
div.DivClassName
{
background-color: #9A26DC;
}
.BgClassName
{
background-color: #9A26DC;
}
</style>
border-color css
<style>
span { border-color: #9A26DC; }
span { border-color: rgb(154,38,220); }
td.TdClassName
{
border-color: #9A26DC;
}
.TagClassName
{
border-color: #9A26DC;
}
</style>