Shades of Dark Orchid #9A48CE
Tints of Dark Orchid #9A48CE
RGB
CMYK
RGB Variations
Color information
#9A48CE (or 0x9A48CE) is known color: Dark Orchid. HEX triplet: 9A, 48 and CE. RGB value is (154,72,206). Sum of RGB (Red+Green+Blue) = 154+72+206=432 (57% of max value = 765). Red value is 154 (60.55% from 255 or 35.65% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #9A48CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A48CE is #65B731. Grayscale: #6F6F6F. Windows color (decimal): -6666034 or 13519002. OLE color: 13519002.
HSL color Cylindrical-coordinate representation of color #9A48CE: hue angle of 276.72º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9A48CE is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 154 | 72 | 206 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.19 |
| HSL | 276.72º | 0.58% | 0.55% | - |
| HSV(B) | 276.72º | 0.65% | 0.81% | - |
| XYZ | 26.78 | 15.96 | 60.06 | - |
| YUV | 111.79 | 181.17 | 158.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 72 | 206 | 0.25 | 0.65 | 0 | 0.19 | 276.72 | 0.58 | 0.55 |
| Hex | 9A | 48 | CE | 19 | 41 | 0 | 13 | 115 | 3A | 37 |
| Octal | 232 | 110 | 316 | 31 | 101 | 0 | 23 | 425 | 72 | 67 |
| Binary | 10011010 | 1001000 | 11001110 | 11001 | 1000001 | 0 | 10011 | 100010101 | 111010 | 110111 |
Color Harmonies of #9A48CE
Complementary color
Monochromatic Colors of #9A48CE
Black with #9A48CE
Text Example
Text Example
White with #9A48CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A48CE; }
p { color: rgb(154,72,206); }
H1.HeaderClassName
{
color: #9A48CE;
}
.AnyTagClassName
{
color: #9A48CE;
}
</style>
background-color css
<style>
a { background-color: #9A48CE; }
a { background-color: rgb(154,72,206); }
div.DivClassName
{
background-color: #9A48CE;
}
.BgClassName
{
background-color: #9A48CE;
}
</style>
border-color css
<style>
span { border-color: #9A48CE; }
span { border-color: rgb(154,72,206); }
td.TdClassName
{
border-color: #9A48CE;
}
.TagClassName
{
border-color: #9A48CE;
}
</style>