Shades of Dark Orchid #9416AF
Tints of Dark Orchid #9416AF
RGB
CMYK
RGB Variations
Color information
#9416AF (or 0x9416AF) is known color: Dark Orchid. HEX triplet: 94, 16 and AF. RGB value is (148,22,175). Sum of RGB (Red+Green+Blue) = 148+22+175=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 22 (8.98% from 255 or 6.38% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #9416AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9416AF is #6BE950. Grayscale: #4C4C4C. Windows color (decimal): -7072081 or 11474580. OLE color: 11474580.
HSL color Cylindrical-coordinate representation of color #9416AF: hue angle of 289.41º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9416AF is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 148 | 22 | 175 | - |
| CMYK | 0.15 | 0.87 | 0 | 0.31 |
| HSL | 289.41º | 0.78% | 0.39% | - |
| HSV(B) | 289.41º | 0.87% | 0.69% | - |
| XYZ | 20.24 | 9.96 | 41.41 | - |
| YUV | 77.12 | 183.24 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 22 | 175 | 0.15 | 0.87 | 0 | 0.31 | 289.41 | 0.78 | 0.39 |
| Hex | 94 | 16 | AF | F | 57 | 0 | 1F | 121 | 4E | 27 |
| Octal | 224 | 26 | 257 | 17 | 127 | 0 | 37 | 441 | 116 | 47 |
| Binary | 10010100 | 10110 | 10101111 | 1111 | 1010111 | 0 | 11111 | 100100001 | 1001110 | 100111 |
Color Harmonies of #9416AF
Complementary color
Monochromatic Colors of #9416AF
Black with #9416AF
Text Example
Text Example
White with #9416AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9416AF; }
p { color: rgb(148,22,175); }
H1.HeaderClassName
{
color: #9416AF;
}
.AnyTagClassName
{
color: #9416AF;
}
</style>
background-color css
<style>
a { background-color: #9416AF; }
a { background-color: rgb(148,22,175); }
div.DivClassName
{
background-color: #9416AF;
}
.BgClassName
{
background-color: #9416AF;
}
</style>
border-color css
<style>
span { border-color: #9416AF; }
span { border-color: rgb(148,22,175); }
td.TdClassName
{
border-color: #9416AF;
}
.TagClassName
{
border-color: #9416AF;
}
</style>