Html Css Color HEX #875083 Trendy Pink

📋 copy color: '#875083'

red 135 ◦ green 80 ◦ blue 131

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

Shades of Trendy Pink #875083

Tints of Trendy Pink #875083

RGB

 RED value IS 135 (53.13% from 255) = 39.02%

 GREEN value IS 80 (31.64% from 255) = 23.12%

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

R = 39.02%
G = 23.12%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.03

 K value IS 0.47

RGB Variations

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

Color information

#875083 (or 0x875083) is known color: Trendy Pink. HEX triplet: 87, 50 and 83. RGB value is (135,80,131). Sum of RGB (Red+Green+Blue) = 135+80+131=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 135 - color contains mainly: red. Hex color #875083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875083 is #78AF7C. Grayscale: #666666. Windows color (decimal): -7909245 or 8605831. OLE color: 8605831.

HSL color Cylindrical-coordinate representation of color #875083: hue angle of 304.36º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #875083 is Cyan = 0, Magento = 0.41, Yellow = 0.03 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 80 131 -
CMYK 0 0.41 0.03 0.47
HSL 304.36º 0.26% 0.42% -
HSV(B) 304.36º 0.41% 0.53% -
XYZ 16.96 12.53 23 -
YUV 102.26 144.22 151.35 -
System Red Green Blue C M Y K H S L
Decimal 135 80 131 0 0.41 0.03 0.47 304.36 0.26 0.42
Hex 87 50 83 0 29 3 2F 130 1A 2A
Octal 207 120 203 0 51 3 57 460 32 52
Binary 10000111 1010000 10000011 0 101001 11 101111 100110000 11010 101010

Color Harmonies of #875083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875083

Black with #875083

Text Example


Text Example

White with #875083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875083; }

 p { color: rgb(135,80,131); }

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

background-color css

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

 a { background-color: rgb(135,80,131); }

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

border-color css

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

 span { border-color: rgb(135,80,131); }

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