Html Css Color HEX #8A6C88 Trendy Pink

📋 copy color: '#8A6C88'

red 138 ◦ green 108 ◦ blue 136

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

Shades of Trendy Pink #8A6C88

Tints of Trendy Pink #8A6C88

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.27%

 BLUE value IS 136 (53.52% from 255) = 35.6%

R = 36.13%
G = 28.27%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A6C88 (or 0x8A6C88) is known color: Trendy Pink. HEX triplet: 8A, 6C and 88. RGB value is (138,108,136). Sum of RGB (Red+Green+Blue) = 138+108+136=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 108 (42.58% from 255 or 28.27% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6C88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6C88 is #759377. Grayscale: #787878. Windows color (decimal): -7705464 or 8940682. OLE color: 8940682.

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

Color convert

RGB 138 108 136 -
CMYK 0 0.22 0.01 0.46
HSL 304º 0.12% 0.48% -
HSV(B) 304º 0.22% 0.54% -
XYZ 20.29 17.91 25.68 -
YUV 120.16 136.94 140.72 -
System Red Green Blue C M Y K H S L
Decimal 138 108 136 0 0.22 0.01 0.46 304 0.12 0.48
Hex 8A 6C 88 0 16 1 2E 130 C 30
Octal 212 154 210 0 26 1 56 460 14 60
Binary 10001010 1101100 10001000 0 10110 1 101110 100110000 1100 110000

Color Harmonies of #8A6C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6C88

Black with #8A6C88

Text Example


Text Example

White with #8A6C88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,108,136); }

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

background-color css

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

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

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

border-color css

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

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

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