#8A4169

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

Shades of Cosmic #8A4169

Tints of Cosmic #8A4169

Color information

#8A4169 (or 0x8A4169) is unknown color: approx Cosmic. HEX triplet: 8A, 41 and 69. RGB value is (138,65,105). Sum of RGB (Red+Green+Blue) = 138+65+105=308 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.81% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4169 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4169 is #75BE96. Grayscale: #5B5B5B. Windows color (decimal): -7716503 or 6898058. OLE color: 6898058.

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

Color convert

RGB13865105-
CMYK00.530.240.46
HSL327.12º35.96%39.8%-
HSV(B)327.12º52.9%54.12%-
XYZ14.9210.214.55-
YUV91.39135.68161.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.81%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=44.81%
G=21.10%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386510500.530.240.46327.1235.9639.8
Hex8A4169035182E1472428
Octal21210115106530565074450
Binary1000101010000011101001011010111000101110101000111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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