Shades of Dark Orchid #8A30C9
Tints of Dark Orchid #8A30C9
RGB
CMYK
RGB Variations
Color information
#8A30C9 (or 0x8A30C9) is known color: Dark Orchid. HEX triplet: 8A, 30 and C9. RGB value is (138,48,201). Sum of RGB (Red+Green+Blue) = 138+48+201=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 48 (19.14% from 255 or 12.40% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #8A30C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8A30C9 is #75CF36. Grayscale: #5B5B5B. Windows color (decimal): -7720759 or 13185162. OLE color: 13185162.
HSL color Cylindrical-coordinate representation of color #8A30C9: hue angle of 275.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8A30C9 is Cyan = 0.31, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 138 | 48 | 201 | - |
| CMYK | 0.31 | 0.76 | 0 | 0.21 |
| HSL | 275.29º | 0.61% | 0.49% | - |
| HSV(B) | 275.29º | 0.76% | 0.79% | - |
| XYZ | 22.08 | 11.73 | 56.36 | - |
| YUV | 92.35 | 189.32 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 48 | 201 | 0.31 | 0.76 | 0 | 0.21 | 275.29 | 0.61 | 0.49 |
| Hex | 8A | 30 | C9 | 1F | 4C | 0 | 15 | 113 | 3D | 31 |
| Octal | 212 | 60 | 311 | 37 | 114 | 0 | 25 | 423 | 75 | 61 |
| Binary | 10001010 | 110000 | 11001001 | 11111 | 1001100 | 0 | 10101 | 100010011 | 111101 | 110001 |
Color Harmonies of #8A30C9
Complementary color
Monochromatic Colors of #8A30C9
Black with #8A30C9
Text Example
Text Example
White with #8A30C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30C9; }
p { color: rgb(138,48,201); }
H1.HeaderClassName
{
color: #8A30C9;
}
.AnyTagClassName
{
color: #8A30C9;
}
</style>
background-color css
<style>
a { background-color: #8A30C9; }
a { background-color: rgb(138,48,201); }
div.DivClassName
{
background-color: #8A30C9;
}
.BgClassName
{
background-color: #8A30C9;
}
</style>
border-color css
<style>
span { border-color: #8A30C9; }
span { border-color: rgb(138,48,201); }
td.TdClassName
{
border-color: #8A30C9;
}
.TagClassName
{
border-color: #8A30C9;
}
</style>