Shades of Dark Orchid #9426AF
Tints of Dark Orchid #9426AF
RGB
CMYK
RGB Variations
Color information
#9426AF (or 0x9426AF) is known color: Dark Orchid. HEX triplet: 94, 26 and AF. RGB value is (148,38,175). Sum of RGB (Red+Green+Blue) = 148+38+175=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 38 (15.23% from 255 or 10.53% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #9426AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9426AF is #6BD950. Grayscale: #565656. Windows color (decimal): -7067985 or 11478676. OLE color: 11478676.
HSL color Cylindrical-coordinate representation of color #9426AF: hue angle of 288.18º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9426AF is Cyan = 0.15, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 38 | 175 | - |
| CMYK | 0.15 | 0.78 | 0 | 0.31 |
| HSL | 288.18º | 0.64% | 0.42% | - |
| HSV(B) | 288.18º | 0.78% | 0.69% | - |
| XYZ | 20.64 | 10.78 | 41.55 | - |
| YUV | 86.51 | 177.94 | 171.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 38 | 175 | 0.15 | 0.78 | 0 | 0.31 | 288.18 | 0.64 | 0.42 |
| Hex | 94 | 26 | AF | F | 4E | 0 | 1F | 120 | 40 | 2A |
| Octal | 224 | 46 | 257 | 17 | 116 | 0 | 37 | 440 | 100 | 52 |
| Binary | 10010100 | 100110 | 10101111 | 1111 | 1001110 | 0 | 11111 | 100100000 | 1000000 | 101010 |
Color Harmonies of #9426AF
Complementary color
Monochromatic Colors of #9426AF
Black with #9426AF
Text Example
Text Example
White with #9426AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9426AF; }
p { color: rgb(148,38,175); }
H1.HeaderClassName
{
color: #9426AF;
}
.AnyTagClassName
{
color: #9426AF;
}
</style>
background-color css
<style>
a { background-color: #9426AF; }
a { background-color: rgb(148,38,175); }
div.DivClassName
{
background-color: #9426AF;
}
.BgClassName
{
background-color: #9426AF;
}
</style>
border-color css
<style>
span { border-color: #9426AF; }
span { border-color: rgb(148,38,175); }
td.TdClassName
{
border-color: #9426AF;
}
.TagClassName
{
border-color: #9426AF;
}
</style>