Html Css Color HEX #835087 Trendy Pink

📋 copy color: '#835087'

red 131 ◦ green 80 ◦ blue 135

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

Shades of Trendy Pink #835087

Tints of Trendy Pink #835087

RGB

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

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

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

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

CMYK

 C value IS 0.03

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835087 (or 0x835087) is known color: Trendy Pink. HEX triplet: 83, 50 and 87. RGB value is (131,80,135). Sum of RGB (Red+Green+Blue) = 131+80+135=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 135 (53.12% from 255 or 39.02% from 346); Max value from RGB is 135 - color contains mainly: blue. Hex color #835087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835087 is #7CAF78. Grayscale: #656565. Windows color (decimal): -8171385 or 8867971. OLE color: 8867971.

HSL color Cylindrical-coordinate representation of color #835087: hue angle of 295.64º 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 #835087 is Cyan = 0.03, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 80 135 -
CMYK 0.03 0.41 0 0.47
HSL 295.64º 0.26% 0.42% -
HSV(B) 295.64º 0.41% 0.53% -
XYZ 16.6 12.31 24.42 -
YUV 101.52 146.9 149.03 -
System Red Green Blue C M Y K H S L
Decimal 131 80 135 0.03 0.41 0 0.47 295.64 0.26 0.42
Hex 83 50 87 3 29 0 2F 128 1A 2A
Octal 203 120 207 3 51 0 57 450 32 52
Binary 10000011 1010000 10000111 11 101001 0 101111 100101000 11010 101010

Color Harmonies of #835087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835087

Black with #835087

Text Example


Text Example

White with #835087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835087; }

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

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

background-color css

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

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

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

border-color css

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

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

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