Html Css Color HEX #865090 Trendy Pink

📋 copy color: '#865090'

red 134 ◦ green 80 ◦ blue 144

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

Shades of Trendy Pink #865090

Tints of Trendy Pink #865090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.35%

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

R = 37.43%
G = 22.35%
B = 40.22%

CMYK

 C value IS 0.07

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#865090 (or 0x865090) is known color: Trendy Pink. HEX triplet: 86, 50 and 90. RGB value is (134,80,144). Sum of RGB (Red+Green+Blue) = 134+80+144=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 144 (56.64% from 255 or 40.22% from 358); Max value from RGB is 144 - color contains mainly: blue. Hex color #865090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865090 is #79AF6F. Grayscale: #676767. Windows color (decimal): -7974768 or 9457798. OLE color: 9457798.

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

Color convert

RGB 134 80 144 -
CMYK 0.07 0.44 0 0.44
HSL 290.63º 0.29% 0.44% -
HSV(B) 290.63º 0.44% 0.56% -
XYZ 17.73 12.82 27.93 -
YUV 103.44 150.89 149.8 -
System Red Green Blue C M Y K H S L
Decimal 134 80 144 0.07 0.44 0 0.44 290.63 0.29 0.44
Hex 86 50 90 7 2C 0 2C 123 1D 2C
Octal 206 120 220 7 54 0 54 443 35 54
Binary 10000110 1010000 10010000 111 101100 0 101100 100100011 11101 101100

Color Harmonies of #865090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865090

Black with #865090

Text Example


Text Example

White with #865090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865090; }

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

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

background-color css

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

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

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

border-color css

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

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

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