#8A396A

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

Shades of Cosmic #8A396A

Tints of Cosmic #8A396A

Color information

#8A396A (or 0x8A396A) is unknown color: approx Cosmic. HEX triplet: 8A, 39 and 6A. RGB value is (138,57,106). Sum of RGB (Red+Green+Blue) = 138+57+106=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 57 (22.66% from 255 or 18.94% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A396A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A396A is #75C695. Grayscale: #565656. Windows color (decimal): -7718550 or 6961546. OLE color: 6961546.

HSL color Cylindrical-coordinate representation of color #8A396A: hue angle of 323.7º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A396A is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB13857106-
CMYK00.590.230.46
HSL323.7º41.54%38.24%-
HSV(B)323.7º58.7%54.12%-
XYZ14.559.3714.68-
YUV86.8138.84164.52-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.85%
GREEN value IS 57 (22.66% from 255) = 18.94%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=45.85%
G=18.94%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1385710600.590.230.46323.741.5438.24
Hex8A396A03B172E1442a26
Octal2127115207327565045246
Binary100010101110011101010011101110111101110101000100101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,57,106); }

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

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

 a { background-color: rgb(138,57,106); }

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

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

 span { border-color: rgb(138,57,106); }

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