Shades of Dark Orchid #9A30AF
Tints of Dark Orchid #9A30AF
RGB
CMYK
RGB Variations
Color information
#9A30AF (or 0x9A30AF) is known color: Dark Orchid. HEX triplet: 9A, 30 and AF. RGB value is (154,48,175). Sum of RGB (Red+Green+Blue) = 154+48+175=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 48 (19.14% from 255 or 12.73% from 377); Blue value is 175 (68.75% from 255 or 46.42% from 377); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A30AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A30AF is #65CF50. Grayscale: #5D5D5D. Windows color (decimal): -6672209 or 11481242. OLE color: 11481242.
HSL color Cylindrical-coordinate representation of color #9A30AF: hue angle of 290.08º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A30AF is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 48 | 175 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.31 |
| HSL | 290.08º | 0.57% | 0.44% | - |
| HSV(B) | 290.08º | 0.73% | 0.69% | - |
| XYZ | 22.12 | 12.08 | 41.72 | - |
| YUV | 94.17 | 173.62 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 175 | 0.12 | 0.73 | 0 | 0.31 | 290.08 | 0.57 | 0.44 |
| Hex | 9A | 30 | AF | C | 49 | 0 | 1F | 122 | 39 | 2C |
| Octal | 232 | 60 | 257 | 14 | 111 | 0 | 37 | 442 | 71 | 54 |
| Binary | 10011010 | 110000 | 10101111 | 1100 | 1001001 | 0 | 11111 | 100100010 | 111001 | 101100 |
Color Harmonies of #9A30AF
Complementary color
Monochromatic Colors of #9A30AF
Black with #9A30AF
Text Example
Text Example
White with #9A30AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A30AF; }
p { color: rgb(154,48,175); }
H1.HeaderClassName
{
color: #9A30AF;
}
.AnyTagClassName
{
color: #9A30AF;
}
</style>
background-color css
<style>
a { background-color: #9A30AF; }
a { background-color: rgb(154,48,175); }
div.DivClassName
{
background-color: #9A30AF;
}
.BgClassName
{
background-color: #9A30AF;
}
</style>
border-color css
<style>
span { border-color: #9A30AF; }
span { border-color: rgb(154,48,175); }
td.TdClassName
{
border-color: #9A30AF;
}
.TagClassName
{
border-color: #9A30AF;
}
</style>