Html Css Color HEX #856883 Trendy Pink

📋 copy color: '#856883'

red 133 ◦ green 104 ◦ blue 131

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

Shades of Trendy Pink #856883

Tints of Trendy Pink #856883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.26%

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

R = 36.14%
G = 28.26%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856883 (or 0x856883) is known color: Trendy Pink. HEX triplet: 85, 68 and 83. RGB value is (133,104,131). Sum of RGB (Red+Green+Blue) = 133+104+131=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856883 is #7A977C. Grayscale: #737373. Windows color (decimal): -8034173 or 8611973. OLE color: 8611973.

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

Color convert

RGB 133 104 131 -
CMYK 0 0.22 0.02 0.48
HSL 304.14º 0.12% 0.46% -
HSV(B) 304.14º 0.22% 0.52% -
XYZ 18.72 16.53 23.68 -
YUV 115.75 136.61 140.3 -
System Red Green Blue C M Y K H S L
Decimal 133 104 131 0 0.22 0.02 0.48 304.14 0.12 0.46
Hex 85 68 83 0 16 2 30 130 C 2E
Octal 205 150 203 0 26 2 60 460 14 56
Binary 10000101 1101000 10000011 0 10110 10 110000 100110000 1100 101110

Color Harmonies of #856883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856883

Black with #856883

Text Example


Text Example

White with #856883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856883; }

 p { color: rgb(133,104,131); }

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

background-color css

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

 a { background-color: rgb(133,104,131); }

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

border-color css

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

 span { border-color: rgb(133,104,131); }

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