Shades of Dark Orchid #9A30CD
Tints of Dark Orchid #9A30CD
RGB
CMYK
RGB Variations
Color information
#9A30CD (or 0x9A30CD) is known color: Dark Orchid. HEX triplet: 9A, 30 and CD. RGB value is (154,48,205). Sum of RGB (Red+Green+Blue) = 154+48+205=407 (53% of max value = 765). Red value is 154 (60.55% from 255 or 37.84% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 205 (80.47% from 255 or 50.37% from 407); Max value from RGB is 205 - color contains mainly: blue. Hex color #9A30CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A30CD is #65CF32. Grayscale: #616161. Windows color (decimal): -6672179 or 13447322. OLE color: 13447322.
HSL color Cylindrical-coordinate representation of color #9A30CD: hue angle of 280.51º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9A30CD is Cyan = 0.25, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 48 | 205 | - |
| CMYK | 0.25 | 0.77 | 0 | 0.20 |
| HSL | 280.51º | 0.62% | 0.5% | - |
| HSV(B) | 280.51º | 0.77% | 0.8% | - |
| XYZ | 25.4 | 13.39 | 59 | - |
| YUV | 97.59 | 188.62 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 205 | 0.25 | 0.77 | 0 | 0.20 | 280.51 | 0.62 | 0.5 |
| Hex | 9A | 30 | CD | 19 | 4D | 0 | 14 | 119 | 3E | 32 |
| Octal | 232 | 60 | 315 | 31 | 115 | 0 | 24 | 431 | 76 | 62 |
| Binary | 10011010 | 110000 | 11001101 | 11001 | 1001101 | 0 | 10100 | 100011001 | 111110 | 110010 |
Color Harmonies of #9A30CD
Complementary color
Monochromatic Colors of #9A30CD
Black with #9A30CD
Text Example
Text Example
White with #9A30CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A30CD; }
p { color: rgb(154,48,205); }
H1.HeaderClassName
{
color: #9A30CD;
}
.AnyTagClassName
{
color: #9A30CD;
}
</style>
background-color css
<style>
a { background-color: #9A30CD; }
a { background-color: rgb(154,48,205); }
div.DivClassName
{
background-color: #9A30CD;
}
.BgClassName
{
background-color: #9A30CD;
}
</style>
border-color css
<style>
span { border-color: #9A30CD; }
span { border-color: rgb(154,48,205); }
td.TdClassName
{
border-color: #9A30CD;
}
.TagClassName
{
border-color: #9A30CD;
}
</style>