Html Css Color HEX #835D8B Trendy Pink

📋 copy color: '#835D8B'

red 131 ◦ green 93 ◦ blue 139

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

Shades of Trendy Pink #835D8B

Tints of Trendy Pink #835D8B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.62%

 BLUE value IS 139 (54.69% from 255) = 38.29%

R = 36.09%
G = 25.62%
B = 38.29%

CMYK

 C value IS 0.06

 M value IS 0.33

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#835D8B (or 0x835D8B) is known color: Trendy Pink. HEX triplet: 83, 5D and 8B. RGB value is (131,93,139). Sum of RGB (Red+Green+Blue) = 131+93+139=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 93 (36.72% from 255 or 25.62% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 139 - color contains mainly: blue. Hex color #835D8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #835D8B is #7CA274. Grayscale: #6D6D6D. Windows color (decimal): -8168053 or 9133443. OLE color: 9133443.

HSL color Cylindrical-coordinate representation of color #835D8B: hue angle of 289.57º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #835D8B is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 131 93 139 -
CMYK 0.06 0.33 0 0.45
HSL 289.57º 0.2% 0.45% -
HSV(B) 289.57º 0.33% 0.55% -
XYZ 17.93 14.52 26.28 -
YUV 109.61 144.59 143.26 -
System Red Green Blue C M Y K H S L
Decimal 131 93 139 0.06 0.33 0 0.45 289.57 0.2 0.45
Hex 83 5D 8B 6 21 0 2D 122 14 2D
Octal 203 135 213 6 41 0 55 442 24 55
Binary 10000011 1011101 10001011 110 100001 0 101101 100100010 10100 101101

Color Harmonies of #835D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #835D8B

Black with #835D8B

Text Example


Text Example

White with #835D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #835D8B; }

 p { color: rgb(131,93,139); }

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

background-color css

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

 a { background-color: rgb(131,93,139); }

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

border-color css

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

 span { border-color: rgb(131,93,139); }

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