Html Css Color HEX #865A7D Trendy Pink

📋 copy color: '#865A7D'

red 134 ◦ green 90 ◦ blue 125

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

Shades of Trendy Pink #865A7D

Tints of Trendy Pink #865A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 38.4%
G = 25.79%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#865A7D (or 0x865A7D) is known color: Trendy Pink. HEX triplet: 86, 5A and 7D. RGB value is (134,90,125). Sum of RGB (Red+Green+Blue) = 134+90+125=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 134 - color contains mainly: red. Hex color #865A7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865A7D is #79A582. Grayscale: #6B6B6B. Windows color (decimal): -7972227 or 8215174. OLE color: 8215174.

HSL color Cylindrical-coordinate representation of color #865A7D: hue angle of 312.27º 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 #865A7D is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 90 125 -
CMYK 0 0.33 0.07 0.47
HSL 312.27º 0.2% 0.44% -
HSV(B) 312.27º 0.33% 0.53% -
XYZ 17.19 13.86 21.17 -
YUV 107.15 138.08 147.15 -
System Red Green Blue C M Y K H S L
Decimal 134 90 125 0 0.33 0.07 0.47 312.27 0.2 0.44
Hex 86 5A 7D 0 21 7 2F 138 14 2C
Octal 206 132 175 0 41 7 57 470 24 54
Binary 10000110 1011010 1111101 0 100001 111 101111 100111000 10100 101100

Color Harmonies of #865A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865A7D

Black with #865A7D

Text Example


Text Example

White with #865A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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