Html Css Color HEX #865A81 Trendy Pink

📋 copy color: '#865A81'

red 134 ◦ green 90 ◦ blue 129

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

Shades of Trendy Pink #865A81

Tints of Trendy Pink #865A81

RGB

 RED value IS 134 (52.73% from 255) = 37.96%

 GREEN value IS 90 (35.55% from 255) = 25.5%

 BLUE value IS 129 (50.78% from 255) = 36.54%

R = 37.96%
G = 25.5%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#865A81 (or 0x865A81) is known color: Trendy Pink. HEX triplet: 86, 5A and 81. RGB value is (134,90,129). Sum of RGB (Red+Green+Blue) = 134+90+129=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 129 (50.78% from 255 or 36.54% from 353); Max value from RGB is 134 - color contains mainly: red. Hex color #865A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865A81 is #79A57E. Grayscale: #6B6B6B. Windows color (decimal): -7972223 or 8477318. OLE color: 8477318.

HSL color Cylindrical-coordinate representation of color #865A81: hue angle of 306.82º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #865A81 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 129 -
CMYK 0 0.33 0.04 0.47
HSL 306.82º 0.2% 0.44% -
HSV(B) 306.82º 0.33% 0.53% -
XYZ 17.45 13.97 22.54 -
YUV 107.6 140.08 146.83 -
System Red Green Blue C M Y K H S L
Decimal 134 90 129 0 0.33 0.04 0.47 306.82 0.2 0.44
Hex 86 5A 81 0 21 4 2F 133 14 2C
Octal 206 132 201 0 41 4 57 463 24 54
Binary 10000110 1011010 10000001 0 100001 100 101111 100110011 10100 101100

Color Harmonies of #865A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A81

Black with #865A81

Text Example


Text Example

White with #865A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865A81; }

 p { color: rgb(134,90,129); }

 H1.HeaderClassName
 {
   color: #865A81;
 }
 .AnyTagClassName
 {
   color: #865A81;
 }
</style>

background-color css

<style>
 a { background-color: #865A81; }

 a { background-color: rgb(134,90,129); }

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

border-color css

<style>
 span { border-color: #865A81; }

 span { border-color: rgb(134,90,129); }

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