Html Css Color HEX #836082 Trendy Pink

📋 copy color: '#836082'

red 131 ◦ green 96 ◦ blue 130

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

Shades of Trendy Pink #836082

Tints of Trendy Pink #836082

RGB

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

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

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

R = 36.69%
G = 26.89%
B = 36.41%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.49

RGB Variations

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

Color information

#836082 (or 0x836082) is known color: Trendy Pink. HEX triplet: 83, 60 and 82. RGB value is (131,96,130). Sum of RGB (Red+Green+Blue) = 131+96+130=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #836082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836082 is #7C9F7D. Grayscale: #6E6E6E. Windows color (decimal): -8167294 or 8544387. OLE color: 8544387.

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

Color convert

RGB 131 96 130 -
CMYK 0 0.27 0.01 0.49
HSL 301.71º 0.15% 0.45% -
HSV(B) 301.71º 0.27% 0.51% -
XYZ 17.57 14.8 23.05 -
YUV 110.34 139.1 142.74 -
System Red Green Blue C M Y K H S L
Decimal 131 96 130 0 0.27 0.01 0.49 301.71 0.15 0.45
Hex 83 60 82 0 1B 1 31 12E F 2D
Octal 203 140 202 0 33 1 61 456 17 55
Binary 10000011 1100000 10000010 0 11011 1 110001 100101110 1111 101101

Color Harmonies of #836082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836082

Black with #836082

Text Example


Text Example

White with #836082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836082; }

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

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

background-color css

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

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

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

border-color css

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

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

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