Html Css Color HEX #856381 Trendy Pink

📋 copy color: '#856381'

red 133 ◦ green 99 ◦ blue 129

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

Shades of Trendy Pink #856381

Tints of Trendy Pink #856381

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.42%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 36.84%
G = 27.42%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#856381 (or 0x856381) is known color: Trendy Pink. HEX triplet: 85, 63 and 81. RGB value is (133,99,129). Sum of RGB (Red+Green+Blue) = 133+99+129=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 133 - color contains mainly: red. Hex color #856381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856381 is #7A9C7E. Grayscale: #707070. Windows color (decimal): -8035455 or 8479621. OLE color: 8479621.

HSL color Cylindrical-coordinate representation of color #856381: hue angle of 307.06º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #856381 is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 99 129 -
CMYK 0 0.26 0.03 0.48
HSL 307.06º 0.15% 0.45% -
HSV(B) 307.06º 0.26% 0.52% -
XYZ 18.1 15.5 22.81 -
YUV 112.59 137.26 142.56 -
System Red Green Blue C M Y K H S L
Decimal 133 99 129 0 0.26 0.03 0.48 307.06 0.15 0.45
Hex 85 63 81 0 1A 3 30 133 F 2D
Octal 205 143 201 0 32 3 60 463 17 55
Binary 10000101 1100011 10000001 0 11010 11 110000 100110011 1111 101101

Color Harmonies of #856381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856381

Black with #856381

Text Example


Text Example

White with #856381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856381; }

 p { color: rgb(133,99,129); }

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

background-color css

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

 a { background-color: rgb(133,99,129); }

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

border-color css

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

 span { border-color: rgb(133,99,129); }

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