#8A4069

Color #8A4069 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #8A4069

Tints of Cosmic #8A4069

Color information

#8A4069 (or 0x8A4069) is unknown color: approx Cosmic. HEX triplet: 8A, 40 and 69. RGB value is (138,64,105). Sum of RGB (Red+Green+Blue) = 138+64+105=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 64 (25.39% from 255 or 20.85% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4069 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4069 is #75BF96. Grayscale: #5A5A5A. Windows color (decimal): -7716759 or 6897802. OLE color: 6897802.

HSL color Cylindrical-coordinate representation of color #8A4069: hue angle of 326.76º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8A4069 is Cyan = 0, Magento = 0.54, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13864105-
CMYK00.540.240.46
HSL326.76º36.63%39.61%-
HSV(B)326.76º53.62%54.12%-
XYZ14.8610.0914.53-
YUV90.8136.02161.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 64 (25.39% from 255) = 20.85%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=44.95%
G=20.85%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386410500.540.240.46326.7636.6339.61
Hex8A4069036182E1472528
Octal21210015106630565074550
Binary1000101010000001101001011011011000101110101000111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A4069; }

 p { color: rgb(138,64,105); }

 H1.HeaderClassName
 {
   color: #8A4069;
 }
 .AnyTagClassName
 {
   color: #8A4069;
 }
</style>
background-color css

<style>
 a { background-color: #8A4069; }

 a { background-color: rgb(138,64,105); }

 div.DivClassName
 {
   background-color: #8A4069;
 }
 .BgClassName
 {
   background-color: #8A4069;
 }
</style>
border-color css

<style>
 span { border-color: #8A4069; }

 span { border-color: rgb(138,64,105); }

 td.TdClassName
 {
   border-color: #8A4069;
 }
 .TagClassName
 {
   border-color: #8A4069;
 }
</style>