Html Css Color HEX #8A427A Trendy Pink

📋 copy color: '#8A427A'

red 138 ◦ green 66 ◦ blue 122

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

Shades of Trendy Pink #8A427A

Tints of Trendy Pink #8A427A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.25%

 BLUE value IS 122 (48.05% from 255) = 37.42%

R = 42.33%
G = 20.25%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#8A427A (or 0x8A427A) is known color: Trendy Pink. HEX triplet: 8A, 42 and 7A. RGB value is (138,66,122). Sum of RGB (Red+Green+Blue) = 138+66+122=326 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.33% from 326); Green value is 66 (26.17% from 255 or 20.25% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 138 - color contains mainly: red. Hex color #8A427A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A427A is #75BD85. Grayscale: #5D5D5D. Windows color (decimal): -7716230 or 8012426. OLE color: 8012426.

HSL color Cylindrical-coordinate representation of color #8A427A: hue angle of 313.33º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A427A is Cyan = 0, Magento = 0.52, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 66 122 -
CMYK 0 0.52 0.12 0.46
HSL 313.33º 0.35% 0.4% -
HSV(B) 313.33º 0.52% 0.54% -
XYZ 15.94 10.7 19.64 -
YUV 93.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 138 66 122 0 0.52 0.12 0.46 313.33 0.35 0.4
Hex 8A 42 7A 0 34 C 2E 139 23 28
Octal 212 102 172 0 64 14 56 471 43 50
Binary 10001010 1000010 1111010 0 110100 1100 101110 100111001 100011 101000

Color Harmonies of #8A427A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A427A

Black with #8A427A

Text Example


Text Example

White with #8A427A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,66,122); }

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

background-color css

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

 a { background-color: rgb(138,66,122); }

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

border-color css

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

 span { border-color: rgb(138,66,122); }

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