#8A4D6B

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

Shades of Cannon Pink #8A4D6B

Tints of Cannon Pink #8A4D6B

Color information

#8A4D6B (or 0x8A4D6B) is unknown color: approx Cannon Pink. HEX triplet: 8A, 4D and 6B. RGB value is (138,77,107). Sum of RGB (Red+Green+Blue) = 138+77+107=322 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.86% from 322); Green value is 77 (30.47% from 255 or 23.91% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4D6B is #75B294. Grayscale: #626262. Windows color (decimal): -7713429 or 7032202. OLE color: 7032202.

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

Color convert

RGB13877107-
CMYK00.440.220.46
HSL330.49º28.37%42.16%-
HSV(B)330.49º44.2%54.12%-
XYZ15.7911.7715.35-
YUV98.66132.71156.06-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 42.86%
GREEN value IS 77 (30.47% from 255) = 23.91%
BLUE value IS 107 (42.19% from 255) = 33.23%
R=42.86%
G=23.91%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1387710700.440.220.46330.4928.3742.16
Hex8A4D6B02C162E14a1c2a
Octal21211515305426565123452
Binary100010101001101110101101011001011010111010100101011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A4D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,77,107); }

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

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

 a { background-color: rgb(138,77,107); }

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

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

 span { border-color: rgb(138,77,107); }

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