Shades of Dark Orchid #9A30AC
Tints of Dark Orchid #9A30AC
RGB
CMYK
RGB Variations
Color information
#9A30AC (or 0x9A30AC) is known color: Dark Orchid. HEX triplet: 9A, 30 and AC. RGB value is (154,48,172). Sum of RGB (Red+Green+Blue) = 154+48+172=374 (49% of max value = 765). Red value is 154 (60.55% from 255 or 41.18% from 374); Green value is 48 (19.14% from 255 or 12.83% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #9A30AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A30AC is #65CF53. Grayscale: #5D5D5D. Windows color (decimal): -6672212 or 11284634. OLE color: 11284634.
HSL color Cylindrical-coordinate representation of color #9A30AC: hue angle of 291.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9A30AC is Cyan = 0.10, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 48 | 172 | - |
| CMYK | 0.10 | 0.72 | 0 | 0.33 |
| HSL | 291.29º | 0.56% | 0.43% | - |
| HSV(B) | 291.29º | 0.72% | 0.67% | - |
| XYZ | 21.83 | 11.96 | 40.19 | - |
| YUV | 93.83 | 172.12 | 170.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 172 | 0.10 | 0.72 | 0 | 0.33 | 291.29 | 0.56 | 0.43 |
| Hex | 9A | 30 | AC | A | 48 | 0 | 21 | 123 | 38 | 2B |
| Octal | 232 | 60 | 254 | 12 | 110 | 0 | 41 | 443 | 70 | 53 |
| Binary | 10011010 | 110000 | 10101100 | 1010 | 1001000 | 0 | 100001 | 100100011 | 111000 | 101011 |
Color Harmonies of #9A30AC
Complementary color
Monochromatic Colors of #9A30AC
Black with #9A30AC
Text Example
Text Example
White with #9A30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A30AC; }
p { color: rgb(154,48,172); }
H1.HeaderClassName
{
color: #9A30AC;
}
.AnyTagClassName
{
color: #9A30AC;
}
</style>
background-color css
<style>
a { background-color: #9A30AC; }
a { background-color: rgb(154,48,172); }
div.DivClassName
{
background-color: #9A30AC;
}
.BgClassName
{
background-color: #9A30AC;
}
</style>
border-color css
<style>
span { border-color: #9A30AC; }
span { border-color: rgb(154,48,172); }
td.TdClassName
{
border-color: #9A30AC;
}
.TagClassName
{
border-color: #9A30AC;
}
</style>