Html Css Color HEX #8A6886 Trendy Pink

📋 copy color: '#8A6886'

red 138 ◦ green 104 ◦ blue 134

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

Shades of Trendy Pink #8A6886

Tints of Trendy Pink #8A6886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.66%

 BLUE value IS 134 (52.73% from 255) = 35.64%

R = 36.7%
G = 27.66%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#8A6886 (or 0x8A6886) is known color: Trendy Pink. HEX triplet: 8A, 68 and 86. RGB value is (138,104,134). Sum of RGB (Red+Green+Blue) = 138+104+134=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6886 is #759779. Grayscale: #757575. Windows color (decimal): -7706490 or 8808586. OLE color: 8808586.

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

Color convert

RGB 138 104 134 -
CMYK 0 0.25 0.03 0.46
HSL 307.06º 0.14% 0.47% -
HSV(B) 307.06º 0.25% 0.54% -
XYZ 19.73 17.03 24.8 -
YUV 117.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 138 104 134 0 0.25 0.03 0.46 307.06 0.14 0.47
Hex 8A 68 86 0 19 3 2E 133 E 2F
Octal 212 150 206 0 31 3 56 463 16 57
Binary 10001010 1101000 10000110 0 11001 11 101110 100110011 1110 101111

Color Harmonies of #8A6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6886

Black with #8A6886

Text Example


Text Example

White with #8A6886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,134); }

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

background-color css

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

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

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

border-color css

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

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

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