Html Css Color HEX #855684 Trendy Pink

📋 copy color: '#855684'

red 133 ◦ green 86 ◦ blue 132

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

Shades of Trendy Pink #855684

Tints of Trendy Pink #855684

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 37.61%

R = 37.89%
G = 24.5%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.01

 K value IS 0.48

RGB Variations

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

Color information

#855684 (or 0x855684) is known color: Trendy Pink. HEX triplet: 85, 56 and 84. RGB value is (133,86,132). Sum of RGB (Red+Green+Blue) = 133+86+132=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 132 (51.95% from 255 or 37.61% from 351); Max value from RGB is 133 - color contains mainly: red. Hex color #855684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855684 is #7AA97B. Grayscale: #696969. Windows color (decimal): -8038780 or 8672901. OLE color: 8672901.

HSL color Cylindrical-coordinate representation of color #855684: hue angle of 301.28º 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 #855684 is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 132 -
CMYK 0 0.35 0.01 0.48
HSL 301.28º 0.21% 0.43% -
HSV(B) 301.28º 0.35% 0.52% -
XYZ 17.17 13.31 23.49 -
YUV 105.3 143.07 147.76 -
System Red Green Blue C M Y K H S L
Decimal 133 86 132 0 0.35 0.01 0.48 301.28 0.21 0.43
Hex 85 56 84 0 23 1 30 12D 15 2B
Octal 205 126 204 0 43 1 60 455 25 53
Binary 10000101 1010110 10000100 0 100011 1 110000 100101101 10101 101011

Color Harmonies of #855684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855684

Black with #855684

Text Example


Text Example

White with #855684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855684; }

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

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

background-color css

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

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

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

border-color css

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

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

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