Html Css Color HEX #83588C Trendy Pink

📋 copy color: '#83588C'

red 131 ◦ green 88 ◦ blue 140

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

Shades of Trendy Pink #83588C

Tints of Trendy Pink #83588C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39%

R = 36.49%
G = 24.51%
B = 39%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#83588C (or 0x83588C) is known color: Trendy Pink. HEX triplet: 83, 58 and 8C. RGB value is (131,88,140). Sum of RGB (Red+Green+Blue) = 131+88+140=359 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.49% from 359); Green value is 88 (34.77% from 255 or 24.51% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 140 - color contains mainly: blue. Hex color #83588C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83588C is #7CA773. Grayscale: #6A6A6A. Windows color (decimal): -8169332 or 9197699. OLE color: 9197699.

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

Color convert

RGB 131 88 140 -
CMYK 0.06 0.37 0 0.45
HSL 289.62º 0.23% 0.45% -
HSV(B) 289.62º 0.37% 0.55% -
XYZ 17.58 13.7 26.53 -
YUV 106.79 146.75 145.27 -
System Red Green Blue C M Y K H S L
Decimal 131 88 140 0.06 0.37 0 0.45 289.62 0.23 0.45
Hex 83 58 8C 6 25 0 2D 122 17 2D
Octal 203 130 214 6 45 0 55 442 27 55
Binary 10000011 1011000 10001100 110 100101 0 101101 100100010 10111 101101

Color Harmonies of #83588C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83588C

Black with #83588C

Text Example


Text Example

White with #83588C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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