Shades of Dark Orchid #9A28AF
Tints of Dark Orchid #9A28AF
RGB
CMYK
RGB Variations
Color information
#9A28AF (or 0x9A28AF) is known color: Dark Orchid. HEX triplet: 9A, 28 and AF. RGB value is (154,40,175). Sum of RGB (Red+Green+Blue) = 154+40+175=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 40 (16.02% from 255 or 10.84% from 369); Blue value is 175 (68.75% from 255 or 47.43% from 369); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A28AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A28AF is #65D750. Grayscale: #595959. Windows color (decimal): -6674257 or 11479194. OLE color: 11479194.
HSL color Cylindrical-coordinate representation of color #9A28AF: hue angle of 290.67º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A28AF is Cyan = 0.12, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 40 | 175 | - |
| CMYK | 0.12 | 0.77 | 0 | 0.31 |
| HSL | 290.67º | 0.63% | 0.42% | - |
| HSV(B) | 290.67º | 0.77% | 0.69% | - |
| XYZ | 21.82 | 11.48 | 41.62 | - |
| YUV | 89.48 | 176.27 | 174.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 40 | 175 | 0.12 | 0.77 | 0 | 0.31 | 290.67 | 0.63 | 0.42 |
| Hex | 9A | 28 | AF | C | 4D | 0 | 1F | 123 | 3F | 2A |
| Octal | 232 | 50 | 257 | 14 | 115 | 0 | 37 | 443 | 77 | 52 |
| Binary | 10011010 | 101000 | 10101111 | 1100 | 1001101 | 0 | 11111 | 100100011 | 111111 | 101010 |
Color Harmonies of #9A28AF
Complementary color
Monochromatic Colors of #9A28AF
Black with #9A28AF
Text Example
Text Example
White with #9A28AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A28AF; }
p { color: rgb(154,40,175); }
H1.HeaderClassName
{
color: #9A28AF;
}
.AnyTagClassName
{
color: #9A28AF;
}
</style>
background-color css
<style>
a { background-color: #9A28AF; }
a { background-color: rgb(154,40,175); }
div.DivClassName
{
background-color: #9A28AF;
}
.BgClassName
{
background-color: #9A28AF;
}
</style>
border-color css
<style>
span { border-color: #9A28AF; }
span { border-color: rgb(154,40,175); }
td.TdClassName
{
border-color: #9A28AF;
}
.TagClassName
{
border-color: #9A28AF;
}
</style>