#8A3C6A

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

Shades of Cosmic #8A3C6A

Tints of Cosmic #8A3C6A

Color information

#8A3C6A (or 0x8A3C6A) is unknown color: approx Cosmic. HEX triplet: 8A, 3C and 6A. RGB value is (138,60,106). Sum of RGB (Red+Green+Blue) = 138+60+106=304 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.39% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C6A is #75C395. Grayscale: #585858. Windows color (decimal): -7717782 or 6962314. OLE color: 6962314.

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

Color convert

RGB13860106-
CMYK00.570.230.46
HSL324.62º39.39%38.82%-
HSV(B)324.62º56.52%54.12%-
XYZ14.79.6814.73-
YUV88.57137.84163.26-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.39%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=45.39%
G=19.74%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386010600.570.230.46324.6239.3938.82
Hex8A3C6A039172E1452727
Octal2127415207127565054747
Binary100010101111001101010011100110111101110101000101100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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