Shades of Dark Orchid #9A30B4
Tints of Dark Orchid #9A30B4
RGB
CMYK
RGB Variations
Color information
#9A30B4 (or 0x9A30B4) is known color: Dark Orchid. HEX triplet: 9A, 30 and B4. RGB value is (154,48,180). Sum of RGB (Red+Green+Blue) = 154+48+180=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 180 (70.70% from 255 or 47.12% from 382); Max value from RGB is 180 - color contains mainly: blue. Hex color #9A30B4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A30B4 is #65CF4B. Grayscale: #5E5E5E. Windows color (decimal): -6672204 or 11808922. OLE color: 11808922.
HSL color Cylindrical-coordinate representation of color #9A30B4: hue angle of 288.18º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9A30B4 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 154 | 48 | 180 | - |
| CMYK | 0.14 | 0.73 | 0 | 0.29 |
| HSL | 288.18º | 0.58% | 0.45% | - |
| HSV(B) | 288.18º | 0.73% | 0.71% | - |
| XYZ | 22.62 | 12.28 | 44.36 | - |
| YUV | 94.74 | 176.12 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 180 | 0.14 | 0.73 | 0 | 0.29 | 288.18 | 0.58 | 0.45 |
| Hex | 9A | 30 | B4 | E | 49 | 0 | 1D | 120 | 3A | 2D |
| Octal | 232 | 60 | 264 | 16 | 111 | 0 | 35 | 440 | 72 | 55 |
| Binary | 10011010 | 110000 | 10110100 | 1110 | 1001001 | 0 | 11101 | 100100000 | 111010 | 101101 |
Color Harmonies of #9A30B4
Complementary color
Monochromatic Colors of #9A30B4
Black with #9A30B4
Text Example
Text Example
White with #9A30B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A30B4; }
p { color: rgb(154,48,180); }
H1.HeaderClassName
{
color: #9A30B4;
}
.AnyTagClassName
{
color: #9A30B4;
}
</style>
background-color css
<style>
a { background-color: #9A30B4; }
a { background-color: rgb(154,48,180); }
div.DivClassName
{
background-color: #9A30B4;
}
.BgClassName
{
background-color: #9A30B4;
}
</style>
border-color css
<style>
span { border-color: #9A30B4; }
span { border-color: rgb(154,48,180); }
td.TdClassName
{
border-color: #9A30B4;
}
.TagClassName
{
border-color: #9A30B4;
}
</style>