Html Css Color HEX #836185 Trendy Pink

📋 copy color: '#836185'

red 131 ◦ green 97 ◦ blue 133

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

Shades of Trendy Pink #836185

Tints of Trendy Pink #836185

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.87%

 BLUE value IS 133 (52.34% from 255) = 36.84%

R = 36.29%
G = 26.87%
B = 36.84%

CMYK

 C value IS 0.02

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836185 (or 0x836185) is known color: Trendy Pink. HEX triplet: 83, 61 and 85. RGB value is (131,97,133). Sum of RGB (Red+Green+Blue) = 131+97+133=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 97 (38.28% from 255 or 26.87% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 133 - color contains mainly: blue. Hex color #836185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836185 is #7C9E7A. Grayscale: #6F6F6F. Windows color (decimal): -8167035 or 8741251. OLE color: 8741251.

HSL color Cylindrical-coordinate representation of color #836185: hue angle of 296.67º 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 #836185 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 97 133 -
CMYK 0.02 0.27 0 0.48
HSL 296.67º 0.16% 0.45% -
HSV(B) 296.67º 0.27% 0.52% -
XYZ 17.87 15.07 24.16 -
YUV 111.27 140.26 142.07 -
System Red Green Blue C M Y K H S L
Decimal 131 97 133 0.02 0.27 0 0.48 296.67 0.16 0.45
Hex 83 61 85 2 1B 0 30 129 10 2D
Octal 203 141 205 2 33 0 60 451 20 55
Binary 10000011 1100001 10000101 10 11011 0 110000 100101001 10000 101101

Color Harmonies of #836185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836185

Black with #836185

Text Example


Text Example

White with #836185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836185; }

 p { color: rgb(131,97,133); }

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

background-color css

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

 a { background-color: rgb(131,97,133); }

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

border-color css

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

 span { border-color: rgb(131,97,133); }

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