Html Css Color HEX #835A88 Trendy Pink

📋 copy color: '#835A88'

red 131 ◦ green 90 ◦ blue 136

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

Shades of Trendy Pink #835A88

Tints of Trendy Pink #835A88

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 136 (53.52% from 255) = 38.1%

R = 36.69%
G = 25.21%
B = 38.1%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835A88 (or 0x835A88) is known color: Trendy Pink. HEX triplet: 83, 5A and 88. RGB value is (131,90,136). Sum of RGB (Red+Green+Blue) = 131+90+136=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 136 (53.52% from 255 or 38.10% from 357); Max value from RGB is 136 - color contains mainly: blue. Hex color #835A88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835A88 is #7CA577. Grayscale: #6B6B6B. Windows color (decimal): -8168824 or 8936067. OLE color: 8936067.

HSL color Cylindrical-coordinate representation of color #835A88: hue angle of 293.48º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #835A88 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 90 136 -
CMYK 0.04 0.34 0 0.47
HSL 293.48º 0.2% 0.44% -
HSV(B) 293.48º 0.34% 0.53% -
XYZ 17.46 13.92 25.06 -
YUV 107.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 131 90 136 0.04 0.34 0 0.47 293.48 0.2 0.44
Hex 83 5A 88 4 22 0 2F 125 14 2C
Octal 203 132 210 4 42 0 57 445 24 54
Binary 10000011 1011010 10001000 100 100010 0 101111 100100101 10100 101100

Color Harmonies of #835A88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835A88

Black with #835A88

Text Example


Text Example

White with #835A88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835A88; }

 p { color: rgb(131,90,136); }

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

background-color css

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

 a { background-color: rgb(131,90,136); }

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

border-color css

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

 span { border-color: rgb(131,90,136); }

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