Shades of Cosmic #8A3E67
Tints of Cosmic #8A3E67
RGB
CMYK
RGB Variations
Color information
#8A3E67 (or 0x8A3E67) is known color: Cosmic. HEX triplet: 8A, 3E and 67. RGB value is (138,62,103). Sum of RGB (Red+Green+Blue) = 138+62+103=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 62 (24.61% from 255 or 20.46% from 303); Blue value is 103 (40.62% from 255 or 33.99% from 303); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3E67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3E67 is #75C198. Grayscale: #595959. Windows color (decimal): -7717273 or 6766218. OLE color: 6766218.
HSL color Cylindrical-coordinate representation of color #8A3E67: hue angle of 327.63º degrees, saturation: 0.38, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A3E67 is Cyan = 0, Magento = 0.55, Yellow = 0.25 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 62 | 103 | - |
| CMYK | 0 | 0.55 | 0.25 | 0.46 |
| HSL | 327.63º | 0.38% | 0.39% | - |
| HSV(B) | 327.63º | 0.55% | 0.54% | - |
| XYZ | 14.65 | 9.83 | 13.96 | - |
| YUV | 89.4 | 135.68 | 162.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 62 | 103 | 0 | 0.55 | 0.25 | 0.46 | 327.63 | 0.38 | 0.39 |
| Hex | 8A | 3E | 67 | 0 | 37 | 19 | 2E | 148 | 26 | 27 |
| Octal | 212 | 76 | 147 | 0 | 67 | 31 | 56 | 510 | 46 | 47 |
| Binary | 10001010 | 111110 | 1100111 | 0 | 110111 | 11001 | 101110 | 101001000 | 100110 | 100111 |
Color Harmonies of #8A3E67
Complementary color
Monochromatic Colors of #8A3E67
Black with #8A3E67
Text Example
Text Example
White with #8A3E67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3E67; }
p { color: rgb(138,62,103); }
H1.HeaderClassName
{
color: #8A3E67;
}
.AnyTagClassName
{
color: #8A3E67;
}
</style>
background-color css
<style>
a { background-color: #8A3E67; }
a { background-color: rgb(138,62,103); }
div.DivClassName
{
background-color: #8A3E67;
}
.BgClassName
{
background-color: #8A3E67;
}
</style>
border-color css
<style>
span { border-color: #8A3E67; }
span { border-color: rgb(138,62,103); }
td.TdClassName
{
border-color: #8A3E67;
}
.TagClassName
{
border-color: #8A3E67;
}
</style>