Shades of Dark Orchid #9626AF
Tints of Dark Orchid #9626AF
RGB
CMYK
RGB Variations
Color information
#9626AF (or 0x9626AF) is known color: Dark Orchid. HEX triplet: 96, 26 and AF. RGB value is (150,38,175). Sum of RGB (Red+Green+Blue) = 150+38+175=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 38 (15.23% from 255 or 10.47% from 363); Blue value is 175 (68.75% from 255 or 48.21% from 363); Max value from RGB is 175 - color contains mainly: blue. Hex color #9626AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9626AF is #69D950. Grayscale: #565656. Windows color (decimal): -6936913 or 11478678. OLE color: 11478678.
HSL color Cylindrical-coordinate representation of color #9626AF: hue angle of 289.05º 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 #9626AF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 38 | 175 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.31 |
| HSL | 289.05º | 0.64% | 0.42% | - |
| HSV(B) | 289.05º | 0.78% | 0.69% | - |
| XYZ | 21.01 | 10.97 | 41.57 | - |
| YUV | 87.11 | 177.61 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 175 | 0.14 | 0.78 | 0 | 0.31 | 289.05 | 0.64 | 0.42 |
| Hex | 96 | 26 | AF | E | 4E | 0 | 1F | 121 | 40 | 2A |
| Octal | 226 | 46 | 257 | 16 | 116 | 0 | 37 | 441 | 100 | 52 |
| Binary | 10010110 | 100110 | 10101111 | 1110 | 1001110 | 0 | 11111 | 100100001 | 1000000 | 101010 |
Color Harmonies of #9626AF
Complementary color
Monochromatic Colors of #9626AF
Black with #9626AF
Text Example
Text Example
White with #9626AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9626AF; }
p { color: rgb(150,38,175); }
H1.HeaderClassName
{
color: #9626AF;
}
.AnyTagClassName
{
color: #9626AF;
}
</style>
background-color css
<style>
a { background-color: #9626AF; }
a { background-color: rgb(150,38,175); }
div.DivClassName
{
background-color: #9626AF;
}
.BgClassName
{
background-color: #9626AF;
}
</style>
border-color css
<style>
span { border-color: #9626AF; }
span { border-color: rgb(150,38,175); }
td.TdClassName
{
border-color: #9626AF;
}
.TagClassName
{
border-color: #9626AF;
}
</style>