Html Css Color HEX #835385 Trendy Pink

📋 copy color: '#835385'

red 131 ◦ green 83 ◦ blue 133

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

Shades of Trendy Pink #835385

Tints of Trendy Pink #835385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.92%

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

R = 37.75%
G = 23.92%
B = 38.33%

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

#835385 (or 0x835385) is known color: Trendy Pink. HEX triplet: 83, 53 and 85. RGB value is (131,83,133). Sum of RGB (Red+Green+Blue) = 131+83+133=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 83 (32.81% from 255 or 23.92% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 133 - color contains mainly: blue. Hex color #835385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835385 is #7CAC7A. Grayscale: #666666. Windows color (decimal): -8170619 or 8737667. OLE color: 8737667.

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

Color convert

RGB 131 83 133 -
CMYK 0.02 0.38 0 0.48
HSL 297.6º 0.23% 0.42% -
HSV(B) 297.6º 0.38% 0.52% -
XYZ 16.69 12.71 23.76 -
YUV 103.05 144.9 147.93 -
System Red Green Blue C M Y K H S L
Decimal 131 83 133 0.02 0.38 0 0.48 297.6 0.23 0.42
Hex 83 53 85 2 26 0 30 12A 17 2A
Octal 203 123 205 2 46 0 60 452 27 52
Binary 10000011 1010011 10000101 10 100110 0 110000 100101010 10111 101010

Color Harmonies of #835385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835385

Black with #835385

Text Example


Text Example

White with #835385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835385; }

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

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

background-color css

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

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

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

border-color css

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

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

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