#8A4875

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

Shades of Cosmic #8A4875

Tints of Cosmic #8A4875

Color information

#8A4875 (or 0x8A4875) is unknown color: approx Cosmic. HEX triplet: 8A, 48 and 75. RGB value is (138,72,117). Sum of RGB (Red+Green+Blue) = 138+72+117=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 117 (46.09% from 255 or 35.78% from 327); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4875 is #75B78A. Grayscale: #606060. Windows color (decimal): -7714699 or 7686282. OLE color: 7686282.

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

Color convert

RGB13872117-
CMYK00.480.150.46
HSL319.09º31.43%41.18%-
HSV(B)319.09º47.83%54.12%-
XYZ16.0111.3218.17-
YUV96.86139.37157.34-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.20%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 117 (46.09% from 255) = 35.78%
R=42.20%
G=22.02%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387211700.480.150.46319.0931.4341.18
Hex8A4875030F2E13f1f29
Octal21211016506017564773751
Binary10001010100100011101010110000111110111010011111111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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