Html Css Color HEX #83588A Trendy Pink

📋 copy color: '#83588A'

red 131 ◦ green 88 ◦ blue 138

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

Shades of Trendy Pink #83588A

Tints of Trendy Pink #83588A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.65%

 BLUE value IS 138 (54.3% from 255) = 38.66%

R = 36.69%
G = 24.65%
B = 38.66%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#83588A (or 0x83588A) is known color: Trendy Pink. HEX triplet: 83, 58 and 8A. RGB value is (131,88,138). Sum of RGB (Red+Green+Blue) = 131+88+138=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 138 - color contains mainly: blue. Hex color #83588A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588A is #7CA775. Grayscale: #6A6A6A. Windows color (decimal): -8169334 or 9066627. OLE color: 9066627.

HSL color Cylindrical-coordinate representation of color #83588A: hue angle of 291.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #83588A is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 131 88 138 -
CMYK 0.05 0.36 0 0.46
HSL 291.6º 0.22% 0.44% -
HSV(B) 291.6º 0.36% 0.54% -
XYZ 17.44 13.64 25.76 -
YUV 106.56 145.75 145.43 -
System Red Green Blue C M Y K H S L
Decimal 131 88 138 0.05 0.36 0 0.46 291.6 0.22 0.44
Hex 83 58 8A 5 24 0 2E 124 16 2C
Octal 203 130 212 5 44 0 56 444 26 54
Binary 10000011 1011000 10001010 101 100100 0 101110 100100100 10110 101100

Color Harmonies of #83588A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83588A

Black with #83588A

Text Example


Text Example

White with #83588A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83588A; }

 p { color: rgb(131,88,138); }

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

background-color css

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

 a { background-color: rgb(131,88,138); }

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

border-color css

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

 span { border-color: rgb(131,88,138); }

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