#83638B

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

Shades of Trendy Pink #83638B

Tints of Trendy Pink #83638B

Color information

#83638B (or 0x83638B) is unknown color: approx Trendy Pink. HEX triplet: 83, 63 and 8B. RGB value is (131,99,139). Sum of RGB (Red+Green+Blue) = 131+99+139=369 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.50% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 139 (54.69% from 255 or 37.67% from 369); Max value from RGB is 139 - color contains mainly: blue. Hex color #83638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83638B is #7C9C74. Grayscale: #717171. Windows color (decimal): -8166517 or 9134979. OLE color: 9134979.

HSL color Cylindrical-coordinate representation of color #83638B: hue angle of 288º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #83638B is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13199139-
CMYK0.060.2900.45
HSL288º16.81%46.67%-
HSV(B)288º28.78%54.51%-
XYZ18.4815.6126.47-
YUV113.13142.6140.75-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.50%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 139 (54.69% from 255) = 37.67%
R=35.50%
G=26.83%
B=37.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131991390.060.2900.4528816.8146.67
Hex83638B61D02D120112f
Octal2031432136350554402157
Binary1000001111000111000101111011101010110110010000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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