#83608D

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

Shades of Trendy Pink #83608D

Tints of Trendy Pink #83608D

Color information

#83608D (or 0x83608D) is unknown color: approx Trendy Pink. HEX triplet: 83, 60 and 8D. RGB value is (131,96,141). Sum of RGB (Red+Green+Blue) = 131+96+141=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 141 (55.47% from 255 or 38.32% from 368); Max value from RGB is 141 - color contains mainly: blue. Hex color #83608D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83608D is #7C9F72. Grayscale: #6F6F6F. Windows color (decimal): -8167283 or 9265283. OLE color: 9265283.

HSL color Cylindrical-coordinate representation of color #83608D: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #83608D is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13196141-
CMYK0.070.3200.45
HSL286.67º18.99%46.47%-
HSV(B)286.67º31.91%55.29%-
XYZ18.3515.1127.15-
YUV111.59144.6141.84-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.60%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 141 (55.47% from 255) = 38.32%
R=35.60%
G=26.09%
B=38.32%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal131961410.070.3200.45286.6718.9946.47
Hex83608D72002D11f132e
Octal2031402157400554372356
Binary10000011110000010001101111100000010110110001111110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83608D; }

 p { color: rgb(131,96,141); }

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

<style>
 a { background-color: #83608D; }

 a { background-color: rgb(131,96,141); }

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

<style>
 span { border-color: #83608D; }

 span { border-color: rgb(131,96,141); }

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