Shades of Dark Orchid #9A26DA
Tints of Dark Orchid #9A26DA
RGB
CMYK
RGB Variations
Color information
#9A26DA (or 0x9A26DA) is known color: Dark Orchid. HEX triplet: 9A, 26 and DA. RGB value is (154,38,218). Sum of RGB (Red+Green+Blue) = 154+38+218=410 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.56% from 410); Green value is 38 (15.23% from 255 or 9.27% from 410); Blue value is 218 (85.55% from 255 or 53.17% from 410); Max value from RGB is 218 - color contains mainly: blue. Hex color #9A26DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A26DA is #65D925. Grayscale: #5C5C5C. Windows color (decimal): -6674726 or 14296730. OLE color: 14296730.
HSL color Cylindrical-coordinate representation of color #9A26DA: hue angle of 278.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9A26DA is Cyan = 0.29, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 154 | 38 | 218 | - |
| CMYK | 0.29 | 0.83 | 0 | 0.15 |
| HSL | 278.67º | 0.71% | 0.5% | - |
| HSV(B) | 278.67º | 0.83% | 0.85% | - |
| XYZ | 26.67 | 13.32 | 67.49 | - |
| YUV | 93.2 | 198.43 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 38 | 218 | 0.29 | 0.83 | 0 | 0.15 | 278.67 | 0.71 | 0.5 |
| Hex | 9A | 26 | DA | 1D | 53 | 0 | F | 117 | 47 | 32 |
| Octal | 232 | 46 | 332 | 35 | 123 | 0 | 17 | 427 | 107 | 62 |
| Binary | 10011010 | 100110 | 11011010 | 11101 | 1010011 | 0 | 1111 | 100010111 | 1000111 | 110010 |
Color Harmonies of #9A26DA
Complementary color
Monochromatic Colors of #9A26DA
Black with #9A26DA
Text Example
Text Example
White with #9A26DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A26DA; }
p { color: rgb(154,38,218); }
H1.HeaderClassName
{
color: #9A26DA;
}
.AnyTagClassName
{
color: #9A26DA;
}
</style>
background-color css
<style>
a { background-color: #9A26DA; }
a { background-color: rgb(154,38,218); }
div.DivClassName
{
background-color: #9A26DA;
}
.BgClassName
{
background-color: #9A26DA;
}
</style>
border-color css
<style>
span { border-color: #9A26DA; }
span { border-color: rgb(154,38,218); }
td.TdClassName
{
border-color: #9A26DA;
}
.TagClassName
{
border-color: #9A26DA;
}
</style>