Shades of Dark Orchid #9627AF
Tints of Dark Orchid #9627AF
RGB
CMYK
RGB Variations
Color information
#9627AF (or 0x9627AF) is known color: Dark Orchid. HEX triplet: 96, 27 and AF. RGB value is (150,39,175). Sum of RGB (Red+Green+Blue) = 150+39+175=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 39 (15.62% from 255 or 10.71% from 364); Blue value is 175 (68.75% from 255 or 48.08% from 364); Max value from RGB is 175 - color contains mainly: blue. Hex color #9627AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9627AF is #69D850. Grayscale: #575757. Windows color (decimal): -6936657 or 11478934. OLE color: 11478934.
HSL color Cylindrical-coordinate representation of color #9627AF: hue angle of 288.97º 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 #9627AF is Cyan = 0.14, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 150 | 39 | 175 | - |
| CMYK | 0.14 | 0.78 | 0 | 0.31 |
| HSL | 288.97º | 0.64% | 0.42% | - |
| HSV(B) | 288.97º | 0.78% | 0.69% | - |
| XYZ | 21.04 | 11.03 | 41.58 | - |
| YUV | 87.69 | 177.27 | 172.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 175 | 0.14 | 0.78 | 0 | 0.31 | 288.97 | 0.64 | 0.42 |
| Hex | 96 | 27 | AF | E | 4E | 0 | 1F | 121 | 40 | 2A |
| Octal | 226 | 47 | 257 | 16 | 116 | 0 | 37 | 441 | 100 | 52 |
| Binary | 10010110 | 100111 | 10101111 | 1110 | 1001110 | 0 | 11111 | 100100001 | 1000000 | 101010 |
Color Harmonies of #9627AF
Complementary color
Monochromatic Colors of #9627AF
Black with #9627AF
Text Example
Text Example
White with #9627AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9627AF; }
p { color: rgb(150,39,175); }
H1.HeaderClassName
{
color: #9627AF;
}
.AnyTagClassName
{
color: #9627AF;
}
</style>
background-color css
<style>
a { background-color: #9627AF; }
a { background-color: rgb(150,39,175); }
div.DivClassName
{
background-color: #9627AF;
}
.BgClassName
{
background-color: #9627AF;
}
</style>
border-color css
<style>
span { border-color: #9627AF; }
span { border-color: rgb(150,39,175); }
td.TdClassName
{
border-color: #9627AF;
}
.TagClassName
{
border-color: #9627AF;
}
</style>