#8A3D65

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

Shades of Cosmic #8A3D65

Tints of Cosmic #8A3D65

Color information

#8A3D65 (or 0x8A3D65) is unknown color: approx Cosmic. HEX triplet: 8A, 3D and 65. RGB value is (138,61,101). Sum of RGB (Red+Green+Blue) = 138+61+101=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D65 is #75C29A. Grayscale: #585858. Windows color (decimal): -7717531 or 6634890. OLE color: 6634890.

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

Color convert

RGB13861101-
CMYK00.560.270.46
HSL328.83º38.69%39.02%-
HSV(B)328.83º55.8%54.12%-
XYZ14.59.6813.42-
YUV88.58135.01163.25-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46%
GREEN value IS 61 (24.22% from 255) = 20.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=46%
G=20.33%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386110100.560.270.46328.8338.6939.02
Hex8A3D650381B2E1492727
Octal2127514507033565114747
Binary100010101111011100101011100011011101110101001001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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