Html Css Color HEX #8A4F71 Cannon Pink

📋 copy color: '#8A4F71'

red 138 ◦ green 79 ◦ blue 113

#8A4F71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cannon Pink #8A4F71

Tints of Cannon Pink #8A4F71

RGB

 RED value IS 138 (54.3% from 255) = 41.82%

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 113 (44.53% from 255) = 34.24%

R = 41.82%
G = 23.94%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#8A4F71 (or 0x8A4F71) is known color: Cannon Pink. HEX triplet: 8A, 4F and 71. RGB value is (138,79,113). Sum of RGB (Red+Green+Blue) = 138+79+113=330 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.82% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 113 (44.53% from 255 or 34.24% from 330); Max value from RGB is 138 - color contains mainly: red. Hex color #8A4F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A4F71 is #75B08E. Grayscale: #646464. Windows color (decimal): -7712911 or 7425930. OLE color: 7425930.

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

Color convert

RGB 138 79 113 -
CMYK 0 0.43 0.18 0.46
HSL 325.42º 0.27% 0.43% -
HSV(B) 325.42º 0.43% 0.54% -
XYZ 16.26 12.19 17.12 -
YUV 100.52 135.05 154.74 -
System Red Green Blue C M Y K H S L
Decimal 138 79 113 0 0.43 0.18 0.46 325.42 0.27 0.43
Hex 8A 4F 71 0 2B 12 2E 145 1B 2B
Octal 212 117 161 0 53 22 56 505 33 53
Binary 10001010 1001111 1110001 0 101011 10010 101110 101000101 11011 101011

Color Harmonies of #8A4F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A4F71

Black with #8A4F71

Text Example


Text Example

White with #8A4F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,79,113); }

 H1.HeaderClassName
 {
   color: #8A4F71;
 }
 .AnyTagClassName
 {
   color: #8A4F71;
 }
</style>

background-color css

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

 a { background-color: rgb(138,79,113); }

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

border-color css

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

 span { border-color: rgb(138,79,113); }

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