Html Css Color HEX #8A638A Trendy Pink

📋 copy color: '#8A638A'

red 138 ◦ green 99 ◦ blue 138

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

Shades of Trendy Pink #8A638A

Tints of Trendy Pink #8A638A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 26.4%

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 36.8%
G = 26.4%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#8A638A (or 0x8A638A) is known color: Trendy Pink. HEX triplet: 8A, 63 and 8A. RGB value is (138,99,138). Sum of RGB (Red+Green+Blue) = 138+99+138=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: red, blue. Hex color #8A638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A638A is #759C75. Grayscale: #727272. Windows color (decimal): -7707766 or 9069450. OLE color: 9069450.

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

Color convert

RGB 138 99 138 -
CMYK 0 0.28 0 0.46
HSL 300º 0.16% 0.46% -
HSV(B) 300º 0.28% 0.54% -
XYZ 19.53 16.16 26.13 -
YUV 115.11 140.92 144.33 -
System Red Green Blue C M Y K H S L
Decimal 138 99 138 0 0.28 0 0.46 300 0.16 0.46
Hex 8A 63 8A 0 1C 0 2E 12C 10 2E
Octal 212 143 212 0 34 0 56 454 20 56
Binary 10001010 1100011 10001010 0 11100 0 101110 100101100 10000 101110

Color Harmonies of #8A638A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A638A

Black with #8A638A

Text Example


Text Example

White with #8A638A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,99,138); }

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

background-color css

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

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

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

border-color css

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

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

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