#8A4269

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

Shades of Cosmic #8A4269

Tints of Cosmic #8A4269

Color information

#8A4269 (or 0x8A4269) is unknown color: approx Cosmic. HEX triplet: 8A, 42 and 69. RGB value is (138,66,105). Sum of RGB (Red+Green+Blue) = 138+66+105=309 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.66% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 105 (41.41% from 255 or 33.98% from 309); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A4269 is #75BD96. Grayscale: #5B5B5B. Windows color (decimal): -7716247 or 6898314. OLE color: 6898314.

HSL color Cylindrical-coordinate representation of color #8A4269: hue angle of 327.5º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A4269 is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB13866105-
CMYK00.520.240.46
HSL327.5º35.29%40%-
HSV(B)327.5º52.17%54.12%-
XYZ14.9810.3214.57-
YUV91.97135.35160.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.66%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 105 (41.41% from 255) = 33.98%
R=44.66%
G=21.36%
B=33.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386610500.520.240.46327.535.2940
Hex8A4269034182E1482328
Octal21210215106430565104350
Binary1000101010000101101001011010011000101110101001000100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,66,105); }

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

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

 a { background-color: rgb(138,66,105); }

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

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

 span { border-color: rgb(138,66,105); }

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