Html Css Color HEX #865B83 Trendy Pink

📋 copy color: '#865B83'

red 134 ◦ green 91 ◦ blue 131

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

Shades of Trendy Pink #865B83

Tints of Trendy Pink #865B83

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.56%

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 37.64%
G = 25.56%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.02

 K value IS 0.47

RGB Variations

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

Color information

#865B83 (or 0x865B83) is known color: Trendy Pink. HEX triplet: 86, 5B and 83. RGB value is (134,91,131). Sum of RGB (Red+Green+Blue) = 134+91+131=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 91 (35.94% from 255 or 25.56% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 134 - color contains mainly: red. Hex color #865B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #865B83 is #79A47C. Grayscale: #6C6C6C. Windows color (decimal): -7971965 or 8608646. OLE color: 8608646.

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

Color convert

RGB 134 91 131 -
CMYK 0 0.32 0.02 0.47
HSL 304.19º 0.19% 0.44% -
HSV(B) 304.19º 0.32% 0.53% -
XYZ 17.67 14.19 23.28 -
YUV 108.42 140.75 146.25 -
System Red Green Blue C M Y K H S L
Decimal 134 91 131 0 0.32 0.02 0.47 304.19 0.19 0.44
Hex 86 5B 83 0 20 2 2F 130 13 2C
Octal 206 133 203 0 40 2 57 460 23 54
Binary 10000110 1011011 10000011 0 100000 10 101111 100110000 10011 101100

Color Harmonies of #865B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B83

Black with #865B83

Text Example


Text Example

White with #865B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,91,131); }

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

background-color css

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

 a { background-color: rgb(134,91,131); }

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

border-color css

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

 span { border-color: rgb(134,91,131); }

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