Html Css Color HEX #856083 Trendy Pink

📋 copy color: '#856083'

red 133 ◦ green 96 ◦ blue 131

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

Shades of Trendy Pink #856083

Tints of Trendy Pink #856083

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

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

R = 36.94%
G = 26.67%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#856083 (or 0x856083) is known color: Trendy Pink. HEX triplet: 85, 60 and 83. RGB value is (133,96,131). Sum of RGB (Red+Green+Blue) = 133+96+131=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 131 (51.56% from 255 or 36.39% from 360); Max value from RGB is 133 - color contains mainly: red. Hex color #856083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856083 is #7A9F7C. Grayscale: #6E6E6E. Windows color (decimal): -8036221 or 8609925. OLE color: 8609925.

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

Color convert

RGB 133 96 131 -
CMYK 0 0.28 0.02 0.48
HSL 303.24º 0.16% 0.45% -
HSV(B) 303.24º 0.28% 0.52% -
XYZ 17.95 14.99 23.42 -
YUV 111.05 139.26 143.65 -
System Red Green Blue C M Y K H S L
Decimal 133 96 131 0 0.28 0.02 0.48 303.24 0.16 0.45
Hex 85 60 83 0 1C 2 30 12F 10 2D
Octal 205 140 203 0 34 2 60 457 20 55
Binary 10000101 1100000 10000011 0 11100 10 110000 100101111 10000 101101

Color Harmonies of #856083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #856083

Black with #856083

Text Example


Text Example

White with #856083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #856083; }

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

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

background-color css

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

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

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

border-color css

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

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

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