#8A4166

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

Shades of Cosmic #8A4166

Tints of Cosmic #8A4166

Color information

#8A4166 (or 0x8A4166) is unknown color: approx Cosmic. HEX triplet: 8A, 41 and 66. RGB value is (138,65,102). Sum of RGB (Red+Green+Blue) = 138+65+102=305 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.25% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4166 is #75BE99. Grayscale: #5A5A5A. Windows color (decimal): -7716506 or 6701450. OLE color: 6701450.

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

Color convert

RGB13865102-
CMYK00.530.260.46
HSL329.59º35.96%39.8%-
HSV(B)329.59º52.9%54.12%-
XYZ14.7710.1413.75-
YUV91.04134.18161.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.25%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=45.25%
G=21.31%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386510200.530.260.46329.5935.9639.8
Hex8A41660351A2E14a2428
Octal21210114606532565124450
Binary1000101010000011100110011010111010101110101001010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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