Html Css Color HEX #835688 Trendy Pink

📋 copy color: '#835688'

red 131 ◦ green 86 ◦ blue 136

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

Shades of Trendy Pink #835688

Tints of Trendy Pink #835688

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 37.11%
G = 24.36%
B = 38.53%

CMYK

 C value IS 0.04

 M value IS 0.37

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835688 (or 0x835688) is known color: Trendy Pink. HEX triplet: 83, 56 and 88. RGB value is (131,86,136). Sum of RGB (Red+Green+Blue) = 131+86+136=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 136 - color contains mainly: blue. Hex color #835688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835688 is #7CA977. Grayscale: #696969. Windows color (decimal): -8169848 or 8935043. OLE color: 8935043.

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

Color convert

RGB 131 86 136 -
CMYK 0.04 0.37 0 0.47
HSL 294º 0.23% 0.44% -
HSV(B) 294º 0.37% 0.53% -
XYZ 17.13 13.26 24.95 -
YUV 105.16 145.41 146.43 -
System Red Green Blue C M Y K H S L
Decimal 131 86 136 0.04 0.37 0 0.47 294 0.23 0.44
Hex 83 56 88 4 25 0 2F 126 17 2C
Octal 203 126 210 4 45 0 57 446 27 54
Binary 10000011 1010110 10001000 100 100101 0 101111 100100110 10111 101100

Color Harmonies of #835688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835688

Black with #835688

Text Example


Text Example

White with #835688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835688; }

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

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

background-color css

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

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

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

border-color css

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

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

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