Html Css Color HEX #835488 Trendy Pink

📋 copy color: '#835488'

red 131 ◦ green 84 ◦ blue 136

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

Shades of Trendy Pink #835488

Tints of Trendy Pink #835488

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.93%

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

R = 37.32%
G = 23.93%
B = 38.75%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835488 (or 0x835488) is known color: Trendy Pink. HEX triplet: 83, 54 and 88. RGB value is (131,84,136). Sum of RGB (Red+Green+Blue) = 131+84+136=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 136 - color contains mainly: blue. Hex color #835488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835488 is #7CAB77. Grayscale: #676767. Windows color (decimal): -8170360 or 8934531. OLE color: 8934531.

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

Color convert

RGB 131 84 136 -
CMYK 0.04 0.38 0 0.47
HSL 294.23º 0.24% 0.43% -
HSV(B) 294.23º 0.38% 0.53% -
XYZ 16.97 12.94 24.9 -
YUV 103.98 146.07 147.27 -
System Red Green Blue C M Y K H S L
Decimal 131 84 136 0.04 0.38 0 0.47 294.23 0.24 0.43
Hex 83 54 88 4 26 0 2F 126 18 2B
Octal 203 124 210 4 46 0 57 446 30 53
Binary 10000011 1010100 10001000 100 100110 0 101111 100100110 11000 101011

Color Harmonies of #835488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835488

Black with #835488

Text Example


Text Example

White with #835488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835488; }

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

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

background-color css

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

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

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

border-color css

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

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

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