#8A3D6C

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

Shades of Cosmic #8A3D6C

Tints of Cosmic #8A3D6C

Color information

#8A3D6C (or 0x8A3D6C) is unknown color: approx Cosmic. HEX triplet: 8A, 3D and 6C. RGB value is (138,61,108). Sum of RGB (Red+Green+Blue) = 138+61+108=307 (40% of max value = 765). Red value is 138 (54.30% from 255 or 44.95% from 307); Green value is 61 (24.22% from 255 or 19.87% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D6C is #75C293. Grayscale: #595959. Windows color (decimal): -7717524 or 7093642. OLE color: 7093642.

HSL color Cylindrical-coordinate representation of color #8A3D6C: hue angle of 323.38º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A3D6C is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13861108-
CMYK00.560.220.46
HSL323.38º38.69%39.02%-
HSV(B)323.38º55.8%54.12%-
XYZ14.869.8215.3-
YUV89.38138.51162.68-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 44.95%
GREEN value IS 61 (24.22% from 255) = 19.87%
BLUE value IS 108 (42.58% from 255) = 35.18%
R=44.95%
G=19.87%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386110800.560.220.46323.3838.6939.02
Hex8A3D6C038162E1432727
Octal2127515407026565034747
Binary100010101111011101100011100010110101110101000011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,61,108); }

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

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

 a { background-color: rgb(138,61,108); }

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

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

 span { border-color: rgb(138,61,108); }

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