Html Css Color HEX #836285 Trendy Pink

📋 copy color: '#836285'

red 131 ◦ green 98 ◦ blue 133

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

Shades of Trendy Pink #836285

Tints of Trendy Pink #836285

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

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

R = 36.19%
G = 27.07%
B = 36.74%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836285 (or 0x836285) is known color: Trendy Pink. HEX triplet: 83, 62 and 85. RGB value is (131,98,133). Sum of RGB (Red+Green+Blue) = 131+98+133=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 133 - color contains mainly: blue. Hex color #836285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836285 is #7C9D7A. Grayscale: #6F6F6F. Windows color (decimal): -8166779 or 8741507. OLE color: 8741507.

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

Color convert

RGB 131 98 133 -
CMYK 0.02 0.26 0 0.48
HSL 296.57º 0.15% 0.45% -
HSV(B) 296.57º 0.26% 0.52% -
XYZ 17.96 15.25 24.19 -
YUV 111.86 139.93 141.65 -
System Red Green Blue C M Y K H S L
Decimal 131 98 133 0.02 0.26 0 0.48 296.57 0.15 0.45
Hex 83 62 85 2 1A 0 30 129 F 2D
Octal 203 142 205 2 32 0 60 451 17 55
Binary 10000011 1100010 10000101 10 11010 0 110000 100101001 1111 101101

Color Harmonies of #836285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836285

Black with #836285

Text Example


Text Example

White with #836285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836285; }

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

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

background-color css

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

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

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

border-color css

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

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

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