Html Css Color HEX #835985 Trendy Pink

📋 copy color: '#835985'

red 131 ◦ green 89 ◦ blue 133

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

Shades of Trendy Pink #835985

Tints of Trendy Pink #835985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.21%

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

R = 37.11%
G = 25.21%
B = 37.68%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#835985 (or 0x835985) is known color: Trendy Pink. HEX triplet: 83, 59 and 85. RGB value is (131,89,133). Sum of RGB (Red+Green+Blue) = 131+89+133=353 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.11% from 353); Green value is 89 (35.16% from 255 or 25.21% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 133 - color contains mainly: blue. Hex color #835985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835985 is #7CA67A. Grayscale: #6A6A6A. Windows color (decimal): -8169083 or 8739203. OLE color: 8739203.

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

Color convert

RGB 131 89 133 -
CMYK 0.02 0.33 0 0.48
HSL 297.27º 0.2% 0.44% -
HSV(B) 297.27º 0.33% 0.52% -
XYZ 17.17 13.66 23.92 -
YUV 106.57 142.91 145.42 -
System Red Green Blue C M Y K H S L
Decimal 131 89 133 0.02 0.33 0 0.48 297.27 0.2 0.44
Hex 83 59 85 2 21 0 30 129 14 2C
Octal 203 131 205 2 41 0 60 451 24 54
Binary 10000011 1011001 10000101 10 100001 0 110000 100101001 10100 101100

Color Harmonies of #835985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835985

Black with #835985

Text Example


Text Example

White with #835985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835985; }

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

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

background-color css

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

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

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

border-color css

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

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

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