#8A4B74

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

Shades of Cosmic #8A4B74

Tints of Cosmic #8A4B74

Color information

#8A4B74 (or 0x8A4B74) is unknown color: approx Cosmic. HEX triplet: 8A, 4B and 74. RGB value is (138,75,116). Sum of RGB (Red+Green+Blue) = 138+75+116=329 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.95% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 116 (45.70% from 255 or 35.26% from 329); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4B74 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4B74 is #75B48B. Grayscale: #626262. Windows color (decimal): -7713932 or 7621514. OLE color: 7621514.

HSL color Cylindrical-coordinate representation of color #8A4B74: hue angle of 320.95º 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 #8A4B74 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.46.

Color convert

RGB13875116-
CMYK00.460.160.46
HSL320.95º29.58%41.76%-
HSV(B)320.95º45.65%54.12%-
XYZ16.1511.717.93-
YUV98.51137.87156.17-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.95%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 116 (45.70% from 255) = 35.26%
R=41.95%
G=22.80%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387511600.460.160.46320.9529.5841.76
Hex8A4B7402E102E1411e2a
Octal21211316405620565013652
Binary100010101001011111010001011101000010111010100000111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,75,116); }

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

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

 a { background-color: rgb(138,75,116); }

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

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

 span { border-color: rgb(138,75,116); }

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