Html Css Color HEX #835D88 Trendy Pink

📋 copy color: '#835D88'

red 131 ◦ green 93 ◦ blue 136

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

Shades of Trendy Pink #835D88

Tints of Trendy Pink #835D88

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.83%

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

R = 36.39%
G = 25.83%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835D88 (or 0x835D88) is known color: Trendy Pink. HEX triplet: 83, 5D and 88. RGB value is (131,93,136). Sum of RGB (Red+Green+Blue) = 131+93+136=360 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.39% from 360); Green value is 93 (36.72% from 255 or 25.83% from 360); Blue value is 136 (53.52% from 255 or 37.78% from 360); Max value from RGB is 136 - color contains mainly: blue. Hex color #835D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D88 is #7CA277. Grayscale: #6D6D6D. Windows color (decimal): -8168056 or 8936835. OLE color: 8936835.

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

Color convert

RGB 131 93 136 -
CMYK 0.04 0.32 0 0.47
HSL 293.02º 0.19% 0.45% -
HSV(B) 293.02º 0.32% 0.53% -
XYZ 17.72 14.43 25.14 -
YUV 109.26 143.09 143.5 -
System Red Green Blue C M Y K H S L
Decimal 131 93 136 0.04 0.32 0 0.47 293.02 0.19 0.45
Hex 83 5D 88 4 20 0 2F 125 13 2D
Octal 203 135 210 4 40 0 57 445 23 55
Binary 10000011 1011101 10001000 100 100000 0 101111 100100101 10011 101101

Color Harmonies of #835D88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D88

Black with #835D88

Text Example


Text Example

White with #835D88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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