Html Css Color HEX #835082 Trendy Pink

📋 copy color: '#835082'

red 131 ◦ green 80 ◦ blue 130

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

Shades of Trendy Pink #835082

Tints of Trendy Pink #835082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 38.12%

R = 38.42%
G = 23.46%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#835082 (or 0x835082) is known color: Trendy Pink. HEX triplet: 83, 50 and 82. RGB value is (131,80,130). Sum of RGB (Red+Green+Blue) = 131+80+130=341 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.42% from 341); Green value is 80 (31.64% from 255 or 23.46% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 131 - color contains mainly: red. Hex color #835082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835082 is #7CAF7D. Grayscale: #646464. Windows color (decimal): -8171390 or 8540291. OLE color: 8540291.

HSL color Cylindrical-coordinate representation of color #835082: hue angle of 301.18º 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 #835082 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 80 130 -
CMYK 0 0.39 0.01 0.49
HSL 301.18º 0.24% 0.41% -
HSV(B) 301.18º 0.39% 0.51% -
XYZ 16.26 12.17 22.61 -
YUV 100.95 144.4 149.43 -
System Red Green Blue C M Y K H S L
Decimal 131 80 130 0 0.39 0.01 0.49 301.18 0.24 0.41
Hex 83 50 82 0 27 1 31 12D 18 29
Octal 203 120 202 0 47 1 61 455 30 51
Binary 10000011 1010000 10000010 0 100111 1 110001 100101101 11000 101001

Color Harmonies of #835082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835082

Black with #835082

Text Example


Text Example

White with #835082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835082; }

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

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

background-color css

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

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

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

border-color css

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

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

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