Html Css Color HEX #865889 Trendy Pink

📋 copy color: '#865889'

red 134 ◦ green 88 ◦ blue 137

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

Shades of Trendy Pink #865889

Tints of Trendy Pink #865889

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.51%

 BLUE value IS 137 (53.91% from 255) = 38.16%

R = 37.33%
G = 24.51%
B = 38.16%

CMYK

 C value IS 0.02

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#865889 (or 0x865889) is known color: Trendy Pink. HEX triplet: 86, 58 and 89. RGB value is (134,88,137). Sum of RGB (Red+Green+Blue) = 134+88+137=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 137 - color contains mainly: blue. Hex color #865889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865889 is #79A776. Grayscale: #6B6B6B. Windows color (decimal): -7972727 or 9001094. OLE color: 9001094.

HSL color Cylindrical-coordinate representation of color #865889: hue angle of 296.33º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #865889 is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 134 88 137 -
CMYK 0.02 0.36 0 0.46
HSL 296.33º 0.22% 0.44% -
HSV(B) 296.33º 0.36% 0.54% -
XYZ 17.84 13.85 25.4 -
YUV 107.34 144.74 147.02 -
System Red Green Blue C M Y K H S L
Decimal 134 88 137 0.02 0.36 0 0.46 296.33 0.22 0.44
Hex 86 58 89 2 24 0 2E 128 16 2C
Octal 206 130 211 2 44 0 56 450 26 54
Binary 10000110 1011000 10001001 10 100100 0 101110 100101000 10110 101100

Color Harmonies of #865889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865889

Black with #865889

Text Example


Text Example

White with #865889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865889; }

 p { color: rgb(134,88,137); }

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

background-color css

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

 a { background-color: rgb(134,88,137); }

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

border-color css

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

 span { border-color: rgb(134,88,137); }

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