Html Css Color HEX #865990 Trendy Pink

📋 copy color: '#865990'

red 134 ◦ green 89 ◦ blue 144

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

Shades of Trendy Pink #865990

Tints of Trendy Pink #865990

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.25%

 BLUE value IS 144 (56.64% from 255) = 39.24%

R = 36.51%
G = 24.25%
B = 39.24%

CMYK

 C value IS 0.07

 M value IS 0.38

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#865990 (or 0x865990) is known color: Trendy Pink. HEX triplet: 86, 59 and 90. RGB value is (134,89,144). Sum of RGB (Red+Green+Blue) = 134+89+144=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 89 (35.16% from 255 or 24.25% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 144 - color contains mainly: blue. Hex color #865990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865990 is #79A66F. Grayscale: #6C6C6C. Windows color (decimal): -7972464 or 9460102. OLE color: 9460102.

HSL color Cylindrical-coordinate representation of color #865990: hue angle of 289.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #865990 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 134 89 144 -
CMYK 0.07 0.38 0 0.44
HSL 289.09º 0.24% 0.46% -
HSV(B) 289.09º 0.38% 0.56% -
XYZ 18.44 14.23 28.16 -
YUV 108.73 147.91 146.03 -
System Red Green Blue C M Y K H S L
Decimal 134 89 144 0.07 0.38 0 0.44 289.09 0.24 0.46
Hex 86 59 90 7 26 0 2C 121 18 2E
Octal 206 131 220 7 46 0 54 441 30 56
Binary 10000110 1011001 10010000 111 100110 0 101100 100100001 11000 101110

Color Harmonies of #865990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865990

Black with #865990

Text Example


Text Example

White with #865990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865990; }

 p { color: rgb(134,89,144); }

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

background-color css

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

 a { background-color: rgb(134,89,144); }

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

border-color css

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

 span { border-color: rgb(134,89,144); }

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