Html Css Color HEX #835084 Trendy Pink

📋 copy color: '#835084'

red 131 ◦ green 80 ◦ blue 132

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

Shades of Trendy Pink #835084

Tints of Trendy Pink #835084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 38.19%
G = 23.32%
B = 38.48%

CMYK

 C value IS 0.01

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#835084 (or 0x835084) is known color: Trendy Pink. HEX triplet: 83, 50 and 84. RGB value is (131,80,132). Sum of RGB (Red+Green+Blue) = 131+80+132=343 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.19% from 343); Green value is 80 (31.64% from 255 or 23.32% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 132 - color contains mainly: blue. Hex color #835084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835084 is #7CAF7B. Grayscale: #656565. Windows color (decimal): -8171388 or 8671363. OLE color: 8671363.

HSL color Cylindrical-coordinate representation of color #835084: hue angle of 298.85º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #835084 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 80 132 -
CMYK 0.01 0.39 0 0.48
HSL 298.85º 0.25% 0.42% -
HSV(B) 298.85º 0.39% 0.52% -
XYZ 16.39 12.23 23.33 -
YUV 101.18 145.4 149.27 -
System Red Green Blue C M Y K H S L
Decimal 131 80 132 0.01 0.39 0 0.48 298.85 0.25 0.42
Hex 83 50 84 1 27 0 30 12B 19 2A
Octal 203 120 204 1 47 0 60 453 31 52
Binary 10000011 1010000 10000100 1 100111 0 110000 100101011 11001 101010

Color Harmonies of #835084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835084

Black with #835084

Text Example


Text Example

White with #835084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835084; }

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

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

background-color css

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

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

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

border-color css

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

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

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