Shades of Cosmic #8A4B76
Tints of Cosmic #8A4B76
RGB
CMYK
RGB Variations
Color information
#8A4B76 (or 0x8A4B76) is known color: Cosmic. HEX triplet: 8A, 4B and 76. RGB value is (138,75,118). Sum of RGB (Red+Green+Blue) = 138+75+118=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 118 (46.48% from 255 or 35.65% from 331); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B76 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4B76 is #75B489. Grayscale: #626262. Windows color (decimal): -7713930 or 7752586. OLE color: 7752586.
HSL color Cylindrical-coordinate representation of color #8A4B76: hue angle of 319.05º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8A4B76 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 75 | 118 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.46 |
| HSL | 319.05º | 0.3% | 0.42% | - |
| HSV(B) | 319.05º | 0.46% | 0.54% | - |
| XYZ | 16.27 | 11.74 | 18.55 | - |
| YUV | 98.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 75 | 118 | 0 | 0.46 | 0.14 | 0.46 | 319.05 | 0.3 | 0.42 |
| Hex | 8A | 4B | 76 | 0 | 2E | E | 2E | 13F | 1E | 2A |
| Octal | 212 | 113 | 166 | 0 | 56 | 16 | 56 | 477 | 36 | 52 |
| Binary | 10001010 | 1001011 | 1110110 | 0 | 101110 | 1110 | 101110 | 100111111 | 11110 | 101010 |
Color Harmonies of #8A4B76
Complementary color
Monochromatic Colors of #8A4B76
Black with #8A4B76
Text Example
Text Example
White with #8A4B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4B76; }
p { color: rgb(138,75,118); }
H1.HeaderClassName
{
color: #8A4B76;
}
.AnyTagClassName
{
color: #8A4B76;
}
</style>
background-color css
<style>
a { background-color: #8A4B76; }
a { background-color: rgb(138,75,118); }
div.DivClassName
{
background-color: #8A4B76;
}
.BgClassName
{
background-color: #8A4B76;
}
</style>
border-color css
<style>
span { border-color: #8A4B76; }
span { border-color: rgb(138,75,118); }
td.TdClassName
{
border-color: #8A4B76;
}
.TagClassName
{
border-color: #8A4B76;
}
</style>