Html Css Color HEX #855679 Trendy Pink

📋 copy color: '#855679'

red 133 ◦ green 86 ◦ blue 121

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

Shades of Trendy Pink #855679

Tints of Trendy Pink #855679

RGB

 RED value IS 133 (52.34% from 255) = 39.12%

 GREEN value IS 86 (33.98% from 255) = 25.29%

 BLUE value IS 121 (47.66% from 255) = 35.59%

R = 39.12%
G = 25.29%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.48

RGB Variations

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

Color information

#855679 (or 0x855679) is known color: Trendy Pink. HEX triplet: 85, 56 and 79. RGB value is (133,86,121). Sum of RGB (Red+Green+Blue) = 133+86+121=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 86 (33.98% from 255 or 25.29% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #855679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855679 is #7AA986. Grayscale: #676767. Windows color (decimal): -8038791 or 7952005. OLE color: 7952005.

HSL color Cylindrical-coordinate representation of color #855679: hue angle of 315.32º degrees, saturation: 0.21, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #855679 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 121 -
CMYK 0 0.35 0.09 0.48
HSL 315.32º 0.21% 0.43% -
HSV(B) 315.32º 0.35% 0.52% -
XYZ 16.45 13.02 19.74 -
YUV 104.04 137.57 148.65 -
System Red Green Blue C M Y K H S L
Decimal 133 86 121 0 0.35 0.09 0.48 315.32 0.21 0.43
Hex 85 56 79 0 23 9 30 13B 15 2B
Octal 205 126 171 0 43 11 60 473 25 53
Binary 10000101 1010110 1111001 0 100011 1001 110000 100111011 10101 101011

Color Harmonies of #855679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855679

Black with #855679

Text Example


Text Example

White with #855679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855679; }

 p { color: rgb(133,86,121); }

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

background-color css

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

 a { background-color: rgb(133,86,121); }

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

border-color css

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

 span { border-color: rgb(133,86,121); }

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