#83638A

Color #83638A Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #83638A

Tints of Trendy Pink #83638A

Color information

#83638A (or 0x83638A) is unknown color: approx Trendy Pink. HEX triplet: 83, 63 and 8A. RGB value is (131,99,138). Sum of RGB (Red+Green+Blue) = 131+99+138=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 99 (39.06% from 255 or 26.90% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #83638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83638A is #7C9C75. Grayscale: #707070. Windows color (decimal): -8166518 or 9069443. OLE color: 9069443.

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

Color convert

RGB13199138-
CMYK0.050.2800.46
HSL289.23º16.46%46.47%-
HSV(B)289.23º28.26%54.12%-
XYZ18.4115.5826.08-
YUV113.01142.1140.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 99 (39.06% from 255) = 26.90%
BLUE value IS 138 (54.30% from 255) = 37.5%
R=35.60%
G=26.90%
B=37.5%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131991380.050.2800.46289.2316.4646.47
Hex83638A51C02E121102e
Octal2031432125340564412056
Binary1000001111000111000101010111100010111010010000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #83638A;
 }
 .AnyTagClassName
 {
   color: #83638A;
 }
</style>
background-color css

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

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

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

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

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

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