#8A416E

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

Shades of Cosmic #8A416E

Tints of Cosmic #8A416E

Color information

#8A416E (or 0x8A416E) is unknown color: approx Cosmic. HEX triplet: 8A, 41 and 6E. RGB value is (138,65,110). Sum of RGB (Red+Green+Blue) = 138+65+110=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 138 - color contains mainly: red. Hex color #8A416E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A416E is #75BE91. Grayscale: #5B5B5B. Windows color (decimal): -7716498 or 7225738. OLE color: 7225738.

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

Color convert

RGB13865110-
CMYK00.530.200.46
HSL323.01º35.96%39.8%-
HSV(B)323.01º52.9%54.12%-
XYZ15.1910.3115.94-
YUV91.96138.18160.84-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.09%
GREEN value IS 65 (25.78% from 255) = 20.77%
BLUE value IS 110 (43.36% from 255) = 35.14%
R=44.09%
G=20.77%
B=35.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386511000.530.200.46323.0135.9639.8
Hex8A416E035142E1432428
Octal21210115606524565034450
Binary1000101010000011101110011010110100101110101000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A416E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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