#8A416C

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

Shades of Cosmic #8A416C

Tints of Cosmic #8A416C

Color information

#8A416C (or 0x8A416C) is unknown color: approx Cosmic. HEX triplet: 8A, 41 and 6C. RGB value is (138,65,108). Sum of RGB (Red+Green+Blue) = 138+65+108=311 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.37% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 138 - color contains mainly: red. Hex color #8A416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A416C is #75BE93. Grayscale: #5B5B5B. Windows color (decimal): -7716500 or 7094666. OLE color: 7094666.

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

Color convert

RGB13865108-
CMYK00.530.220.46
HSL324.66º35.96%39.8%-
HSV(B)324.66º52.9%54.12%-
XYZ15.0810.2715.37-
YUV91.73137.18161-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.37%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=44.37%
G=20.90%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386510800.530.220.46324.6635.9639.8
Hex8A416C035162E1452428
Octal21210115406526565054450
Binary1000101010000011101100011010110110101110101000101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A416C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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