Shades of Dark Orchid #9A30BF
Tints of Dark Orchid #9A30BF
RGB
CMYK
RGB Variations
Color information
#9A30BF (or 0x9A30BF) is known color: Dark Orchid. HEX triplet: 9A, 30 and BF. RGB value is (154,48,191). Sum of RGB (Red+Green+Blue) = 154+48+191=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #9A30BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A30BF is #65CF40. Grayscale: #5F5F5F. Windows color (decimal): -6672193 or 12529818. OLE color: 12529818.
HSL color Cylindrical-coordinate representation of color #9A30BF: hue angle of 284.48º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9A30BF is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 154 | 48 | 191 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.25 |
| HSL | 284.48º | 0.6% | 0.47% | - |
| HSV(B) | 284.48º | 0.75% | 0.75% | - |
| XYZ | 23.79 | 12.75 | 50.5 | - |
| YUV | 96 | 181.62 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 48 | 191 | 0.19 | 0.75 | 0 | 0.25 | 284.48 | 0.6 | 0.47 |
| Hex | 9A | 30 | BF | 13 | 4B | 0 | 19 | 11C | 3C | 2F |
| Octal | 232 | 60 | 277 | 23 | 113 | 0 | 31 | 434 | 74 | 57 |
| Binary | 10011010 | 110000 | 10111111 | 10011 | 1001011 | 0 | 11001 | 100011100 | 111100 | 101111 |
Color Harmonies of #9A30BF
Complementary color
Monochromatic Colors of #9A30BF
Black with #9A30BF
Text Example
Text Example
White with #9A30BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A30BF; }
p { color: rgb(154,48,191); }
H1.HeaderClassName
{
color: #9A30BF;
}
.AnyTagClassName
{
color: #9A30BF;
}
</style>
background-color css
<style>
a { background-color: #9A30BF; }
a { background-color: rgb(154,48,191); }
div.DivClassName
{
background-color: #9A30BF;
}
.BgClassName
{
background-color: #9A30BF;
}
</style>
border-color css
<style>
span { border-color: #9A30BF; }
span { border-color: rgb(154,48,191); }
td.TdClassName
{
border-color: #9A30BF;
}
.TagClassName
{
border-color: #9A30BF;
}
</style>