Html Css Color HEX #835081 Trendy Pink

📋 copy color: '#835081'

red 131 ◦ green 80 ◦ blue 129

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

Shades of Trendy Pink #835081

Tints of Trendy Pink #835081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 37.94%

R = 38.53%
G = 23.53%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.02

 K value IS 0.49

RGB Variations

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

Color information

#835081 (or 0x835081) is known color: Trendy Pink. HEX triplet: 83, 50 and 81. RGB value is (131,80,129). Sum of RGB (Red+Green+Blue) = 131+80+129=340 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.53% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 131 - color contains mainly: red. Hex color #835081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835081 is #7CAF7E. Grayscale: #646464. Windows color (decimal): -8171391 or 8474755. OLE color: 8474755.

HSL color Cylindrical-coordinate representation of color #835081: hue angle of 302.35º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835081 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 129 -
CMYK 0 0.39 0.02 0.49
HSL 302.35º 0.24% 0.41% -
HSV(B) 302.35º 0.39% 0.51% -
XYZ 16.19 12.15 22.26 -
YUV 100.84 143.9 149.52 -
System Red Green Blue C M Y K H S L
Decimal 131 80 129 0 0.39 0.02 0.49 302.35 0.24 0.41
Hex 83 50 81 0 27 2 31 12E 18 29
Octal 203 120 201 0 47 2 61 456 30 51
Binary 10000011 1010000 10000001 0 100111 10 110001 100101110 11000 101001

Color Harmonies of #835081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835081

Black with #835081

Text Example


Text Example

White with #835081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835081; }

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

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

background-color css

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

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

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

border-color css

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

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

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