#8A3D67

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

Shades of Cosmic #8A3D67

Tints of Cosmic #8A3D67

Color information

#8A3D67 (or 0x8A3D67) is unknown color: approx Cosmic. HEX triplet: 8A, 3D and 67. RGB value is (138,61,103). Sum of RGB (Red+Green+Blue) = 138+61+103=302 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.70% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 103 (40.62% from 255 or 34.11% from 302); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3D67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3D67 is #75C298. Grayscale: #585858. Windows color (decimal): -7717529 or 6765962. OLE color: 6765962.

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

Color convert

RGB13861103-
CMYK00.560.250.46
HSL327.27º38.69%39.02%-
HSV(B)327.27º55.8%54.12%-
XYZ14.69.7213.94-
YUV88.81136.01163.08-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 45.70%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 103 (40.62% from 255) = 34.11%
R=45.70%
G=20.20%
B=34.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1386110300.560.250.46327.2738.6939.02
Hex8A3D67038192E1472727
Octal2127514707031565074747
Binary100010101111011100111011100011001101110101000111100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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