#8A4167

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

Shades of Cosmic #8A4167

Tints of Cosmic #8A4167

Color information

#8A4167 (or 0x8A4167) is unknown color: approx Cosmic. HEX triplet: 8A, 41 and 67. RGB value is (138,65,103). Sum of RGB (Red+Green+Blue) = 138+65+103=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4167 is #75BE98. Grayscale: #5B5B5B. Windows color (decimal): -7716505 or 6766986. OLE color: 6766986.

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

Color convert

RGB13865103-
CMYK00.530.250.46
HSL328.77º35.96%39.8%-
HSV(B)328.77º52.9%54.12%-
XYZ14.8210.1614.01-
YUV91.16134.68161.41-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.10%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=45.10%
G=21.24%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386510300.530.250.46328.7735.9639.8
Hex8A4167035192E1492428
Octal21210114706531565114450
Binary1000101010000011100111011010111001101110101001001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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