Html Css Color HEX #836084 Trendy Pink

📋 copy color: '#836084'

red 131 ◦ green 96 ◦ blue 132

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

Shades of Trendy Pink #836084

Tints of Trendy Pink #836084

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

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

R = 36.49%
G = 26.74%
B = 36.77%

CMYK

 C value IS 0.01

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836084 (or 0x836084) is known color: Trendy Pink. HEX triplet: 83, 60 and 84. RGB value is (131,96,132). Sum of RGB (Red+Green+Blue) = 131+96+132=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 132 - color contains mainly: blue. Hex color #836084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836084 is #7C9F7B. Grayscale: #6E6E6E. Windows color (decimal): -8167292 or 8675459. OLE color: 8675459.

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

Color convert

RGB 131 96 132 -
CMYK 0.01 0.27 0 0.48
HSL 298.33º 0.16% 0.45% -
HSV(B) 298.33º 0.27% 0.52% -
XYZ 17.71 14.86 23.76 -
YUV 110.57 140.1 142.57 -
System Red Green Blue C M Y K H S L
Decimal 131 96 132 0.01 0.27 0 0.48 298.33 0.16 0.45
Hex 83 60 84 1 1B 0 30 12A 10 2D
Octal 203 140 204 1 33 0 60 452 20 55
Binary 10000011 1100000 10000100 1 11011 0 110000 100101010 10000 101101

Color Harmonies of #836084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836084

Black with #836084

Text Example


Text Example

White with #836084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836084; }

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

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

background-color css

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

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

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

border-color css

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

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

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