#8A4870

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

Shades of Cosmic #8A4870

Tints of Cosmic #8A4870

Color information

#8A4870 (or 0x8A4870) is unknown color: approx Cosmic. HEX triplet: 8A, 48 and 70. RGB value is (138,72,112). Sum of RGB (Red+Green+Blue) = 138+72+112=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 112 (44.14% from 255 or 34.78% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4870 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4870 is #75B78F. Grayscale: #606060. Windows color (decimal): -7714704 or 7358602. OLE color: 7358602.

HSL color Cylindrical-coordinate representation of color #8A4870: hue angle of 323.64º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8A4870 is Cyan = 0, Magento = 0.48, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB13872112-
CMYK00.480.190.46
HSL323.64º31.43%41.18%-
HSV(B)323.64º47.83%54.12%-
XYZ15.7211.2116.66-
YUV96.29136.87157.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 72 (28.52% from 255) = 22.36%
BLUE value IS 112 (44.14% from 255) = 34.78%
R=42.86%
G=22.36%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387211200.480.190.46323.6431.4341.18
Hex8A4870030132E1441f29
Octal21211016006023565043751
Binary100010101001000111000001100001001110111010100010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,72,112); }

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

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

 a { background-color: rgb(138,72,112); }

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

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

 span { border-color: rgb(138,72,112); }

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