Html Css Color HEX #8A6885 Trendy Pink

📋 copy color: '#8A6885'

red 138 ◦ green 104 ◦ blue 133

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

Shades of Trendy Pink #8A6885

Tints of Trendy Pink #8A6885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 36.8%
G = 27.73%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.46

RGB Variations

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

Color information

#8A6885 (or 0x8A6885) is known color: Trendy Pink. HEX triplet: 8A, 68 and 85. RGB value is (138,104,133). Sum of RGB (Red+Green+Blue) = 138+104+133=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A6885 is #75977A. Grayscale: #757575. Windows color (decimal): -7706491 or 8743050. OLE color: 8743050.

HSL color Cylindrical-coordinate representation of color #8A6885: hue angle of 308.82º 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 #8A6885 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 133 -
CMYK 0 0.25 0.04 0.46
HSL 308.82º 0.14% 0.47% -
HSV(B) 308.82º 0.25% 0.54% -
XYZ 19.67 17 24.43 -
YUV 117.47 136.76 142.64 -
System Red Green Blue C M Y K H S L
Decimal 138 104 133 0 0.25 0.04 0.46 308.82 0.14 0.47
Hex 8A 68 85 0 19 4 2E 135 E 2F
Octal 212 150 205 0 31 4 56 465 16 57
Binary 10001010 1101000 10000101 0 11001 100 101110 100110101 1110 101111

Color Harmonies of #8A6885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A6885

Black with #8A6885

Text Example


Text Example

White with #8A6885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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