Html Css Color HEX #835285 Trendy Pink

📋 copy color: '#835285'

red 131 ◦ green 82 ◦ blue 133

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

Shades of Trendy Pink #835285

Tints of Trendy Pink #835285

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.7%

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

R = 37.86%
G = 23.7%
B = 38.44%

CMYK

 C value IS 0.02

 M value IS 0.38

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#835285 (or 0x835285) is known color: Trendy Pink. HEX triplet: 83, 52 and 85. RGB value is (131,82,133). Sum of RGB (Red+Green+Blue) = 131+82+133=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 82 (32.42% from 255 or 23.70% from 346); Blue value is 133 (52.34% from 255 or 38.44% from 346); Max value from RGB is 133 - color contains mainly: blue. Hex color #835285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835285 is #7CAD7A. Grayscale: #666666. Windows color (decimal): -8170875 or 8737411. OLE color: 8737411.

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

Color convert

RGB 131 82 133 -
CMYK 0.02 0.38 0 0.48
HSL 297.65º 0.24% 0.42% -
HSV(B) 297.65º 0.38% 0.52% -
XYZ 16.61 12.55 23.74 -
YUV 102.47 145.23 148.35 -
System Red Green Blue C M Y K H S L
Decimal 131 82 133 0.02 0.38 0 0.48 297.65 0.24 0.42
Hex 83 52 85 2 26 0 30 12A 18 2A
Octal 203 122 205 2 46 0 60 452 30 52
Binary 10000011 1010010 10000101 10 100110 0 110000 100101010 11000 101010

Color Harmonies of #835285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835285

Black with #835285

Text Example


Text Example

White with #835285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835285; }

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

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

background-color css

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

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

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

border-color css

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

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

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