Html Css Color HEX #835088 Trendy Pink

📋 copy color: '#835088'

red 131 ◦ green 80 ◦ blue 136

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

Shades of Trendy Pink #835088

Tints of Trendy Pink #835088

RGB

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

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

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

R = 37.75%
G = 23.05%
B = 39.19%

CMYK

 C value IS 0.04

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#835088 (or 0x835088) is known color: Trendy Pink. HEX triplet: 83, 50 and 88. RGB value is (131,80,136). Sum of RGB (Red+Green+Blue) = 131+80+136=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 136 - color contains mainly: blue. Hex color #835088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835088 is #7CAF77. Grayscale: #656565. Windows color (decimal): -8171384 or 8933507. OLE color: 8933507.

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

Color convert

RGB 131 80 136 -
CMYK 0.04 0.41 0 0.47
HSL 294.64º 0.26% 0.42% -
HSV(B) 294.64º 0.41% 0.53% -
XYZ 16.67 12.34 24.8 -
YUV 101.63 147.4 148.95 -
System Red Green Blue C M Y K H S L
Decimal 131 80 136 0.04 0.41 0 0.47 294.64 0.26 0.42
Hex 83 50 88 4 29 0 2F 127 1A 2A
Octal 203 120 210 4 51 0 57 447 32 52
Binary 10000011 1010000 10001000 100 101001 0 101111 100100111 11010 101010

Color Harmonies of #835088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835088

Black with #835088

Text Example


Text Example

White with #835088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835088; }

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

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

background-color css

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

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

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

border-color css

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

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

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